Change dropcaps color

Posted in: Newspaper
Post count: 17

How to change dropcaps color by default? Tks.

Post count: 242

It comes from the theme accent colour in Theme Settings

Post count: 17

I already changed to red, but continues showing blue.

Post count: 22421

Hi,
you can try to disable all plugins except visual composer to see if there is one that interferes with the css. You can alternatively target dropcaps with css to change their color:

.dropcap{
background-color:red!important;
}

Thank you!

Post count: 17

Ok, it solved. Thanks.

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