change color of TRENDING NOW button – field

Posted in: Newspaper
Post count: 30

Hi,

I need to change this div color but I can’t find it in themes settings. Default color is black.

td-trending-now-title is the class.

Where can I find this setting?

  • This topic was modified 10 years by navi88.
Post count: 22421

Hello,

The trending now block title is affected by the headers background color : http://screencast.com/t/g1kLqw00R
This option will change all headers. If you want to target just the trending now title you will have to use custom css:

.td-trending-now-title {
background-color: red;}

Thank you!

Post count: 30

Hi Bogdan,

Thx for reply.

Yes, I’ve tried to do it like that, but I have speed problems with css loading. It loads default color first, then it loads new color. I’ve opened new thread regarding this issue.

Can you please check this? It’s a major issue for any custom css that I insert.

Regards,

Ivan

Post count: 22421
Post count: 30

Ok thank you. Resolved.

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.