Dropcaps color

Posted in: Newsmag
Post count: 41

How do I change the color of dropcaps? Is there a default color I should change? The accent color has already been set.

Post count: 23312

Hello ringstonmedia,

If you want to change the color for your drop caps, you should use a bit of CSS code to do that. Place the code in CSS area.

.td-post-content .dropcap{
background-color: red;
color:green;
}

The result is here -> http://screencast.com/t/mBUZ49HCje

Thanks for the message!

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