Change excerpt color

Posted in: Newspaper
Post count: 15

I am using blocks 1, 3, 4, 5, 6, 12, 15 on my front page. I would like to change the color of the excerpt font from grey to black.
Is there a css for that?

Post count: 22421

Hello,
Sure, please use this code in the theme panel-> custom css box:

.td-excerpt{
color:black;
}

Thank you!

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