Block title

Posted in: Newspaper
Post count: 224

Hi!
Could you tell me please how might happen that my block title color changed while i’m still having this code in css?
.block-title a, .block-title span, .block-title label {
background-color: transparent;
color: #444444;
}
Here color: #444444; in fact color: #ffffff;…

Post count: 388

Try an !important tag:

color: #444444 !important;

But if it’s conflicting with another one it still won’t work and you’ll have to find the source of the #fff…

Post count: 224

Great, it helped! Thank you very much!!!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.