W szablonie mam zdefiniowane style ale chciałem w pewnym miejscu zmienić kolor czcionki, a coś mi to nie wychodzi.
if($ile_zarobilem < 0){ }else{ }
CSS:
.zielone{ color: #58bc85 !important; } .czerwone{ color: #da4453 !important; }
if($ile_zarobilem < 0){ }else{ }
.zielone{ color: #58bc85 !important; } .czerwone{ color: #da4453 !important; }