Change Excerpt Font Color in Theme Panel

Posted in: Newspaper
Post count: 2

Hi,

I’ve searched the forums but I can’t seem to find an answer to this. Is there a way to change the excerpt font color in the Theme Panel?

Thanks in advance,

Kelleth

Post count: 20688

Hi,

The excerpt font and font properties can be customized in the theme panel
https://www.screencast.com/t/kNXArdsg7K

Thanks

Post count: 2

Thanks for your reply, Simion. I’ve been to this section in the theme panel, but it doesn’t appear to have an option to change the font color. I’ve also looked in the theme color section in the theme panel, but there doesn’t appear to be a option for changing excerpt font color.

Am I missing it?

Thanks,

Kelleth

Post count: 20688

Hi,

Sorry about that, those settings do not allow font color change. You could use a bit of Css to achieve that. Like this for example
https://www.screencast.com/t/edNaqdLrJo
This code will change the font color for all the excerpts, you can use any color you want. Enter the code in Theme panel->Custom Css section

.td-excerpt {
color: yellow;
}

Thanks

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