Changing the subtitle color?

Posted in: Newspaper
Post count: 6

It seems that my subtitle color for posts is gray. Just…gray. Where and how can I set the color for sure?

Post count: 22421

Hello,

The color can be changed with this css code:
.td-post-sub-title{
color:black!important;
}

Add the code in the theme panel-> custom css box.

Thank you!

Post count: 6

Ah! Yes, that worked. Thanks!

How about changing the color of the breadcrumbs, also to black?

Post count: 22421

Hi,

You can try this code:

.entry-crumbs, .entry-crumbs a{
color:black;
}

Thank you!

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