Change colour of sub-heading in Posts

Posted in: Newspaper
Post count: 33

I want to change the colour of the sub-heading on posts site wide. Where is the CSS to make this change please?
Sub-Heading Screen Capture

Post count: 23312

Hi,

If you want to change the color of the Subtitle section, you need to use the code below and place it in Theme panel -> Cusotm CSS area.

The code is ->

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

Thank you!

Post count: 33

All good. Thank you.

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