Subtitle Text Color

Posted in: Newsmag
Post count: 13

Hi, I am not finding a setting to change this. What CSS would I use to change the font color of the subtitle?

Regards

Post count: 6535

Hi

At tme moment the theme don’t have an option to change the subtitle color but you can achieve this by adding this css in theme panel > custom code > custom css: http://screencast.com/t/POPbqjqfdui

.td-post-sub-title{
color: red;
}

Thanks!

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