Color Change

Posted in: Newspaper
Post count: 23

Hello,

How can I change the grey color of the text? It appear in “CATEGORY”

I couldn’t find it in “THEME COLOR”

Thank you,

Rubén

null

Post count: 23312

Hello chewak,

I suppose that you are referring to the color of the excerpt. If you want to change the color of this feature, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-excerpt {
color: black;
}

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thank you for the message!

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