News Ticker Colour

Posted in: Newspaper
Post count: 31

Hi,

How to change the colour of news ticker text colour(Not the title text or background text colour)?

Thanks

Post count: 23312

Hello gauravkohli,

If you want to change the color text of the News ticker feature, you have to use a bit of CSS code for it. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td_module_trending_now .td-module-title a {
color:red;
}

The result you should see here -> http://screencast.com/t/NRmAzzEZdh

Hope this helps!

Thank you for the message!

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