Ver Mensaje Individual
  #5 (permalink)  
Antiguo 31/03/2015, 07:48
MMan
 
Fecha de Ingreso: febrero-2015
Mensajes: 61
Antigüedad: 9 años, 2 meses
Puntos: 15
Respuesta: Navbar - Problemas con el dropdown

Cita:
Iniciado por estaisaderezados Ver Mensaje
Hola,

Los enlaces English y Spain deben tener color blanco constantemente y tanto el fondo del navbar como el dropdown-menu tiene que ser: #333333.
pues a eso me refiero... tienes LETRAS BLANCAS y FONDO BLANCO

Código CSS:
Ver original
  1. .dropdown-menu > li > a {
  2. display: block;
  3. padding: 3px 10px;
  4. clear: both;
  5. font-weight: normal;
  6. line-height: 1.42857143;
  7. color: #fff;
  8. white-space: nowrap;
  9.  
  10.  
  11.  
  12. background-color:  #333333;  
  13. }