Subtitle font color

Posted in: Newspaper
Post count: 31

Hi,

I am trying to change the color of the subtitles in posts. I would like the subtitles to be a bit darker.

I have tried this and it hasn’t worked:

.post .td-sub-title {
color:#484848;
}

Could you please help me with the correct CSS?

Thank you in advance.

Walther

Post count: 23312

Hello Walther,

Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.post .td-post-sub-title {
color:#484848;
}

Thanks.

Post count: 31

Hello Catalin,

The code works but it’s not as easy as I thought it would be. The code works on post style 3 as well and makes the subtitle unreadable – the subtitle font needs to be white there.

Can I limit this code somehow to the styles that I use with (dark) subtitles? I use 1, 2, and 5.

Thanks.

Post count: 31

Hi,

I have found an easier solution to make the subtitles stick out a bit more: I have changed font size to 20px in the Theme Panel. This works fine.

Thank you.

Walther

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