Ver Mensaje Individual
  #6 (permalink)  
Antiguo 12/01/2016, 16:58
Avatar de carlillos
carlillos
 
Fecha de Ingreso: febrero-2007
Ubicación: México
Mensajes: 245
Antigüedad: 17 años, 2 meses
Puntos: 21
Respuesta: problemas con .style

A mi me funciona con este código:

Código HTML:
Ver original
  1.     .titulo-categoria{
  2.     color:white;
  3.     background-color:lightblue;
  4.     border-radius:0 1em 0 0;
  5. }
  6. <h3 class="titulo-categoria">Categorias</h3>
  7. document.querySelector(".titulo-categoria").style.color="black";