News ticker change color

Posted in: Newspaper
Post count: 55

Hello, how can you change the colors on the News Ticker?

Post count: 20688

Hi,

You could use some CSS to change the default colors. Like this basic example
https://www.screencast.com/t/sNyYc4YSXZO
This is the code used

.td_block_trending_now .td-trending-now-title {
background-color: blue;
color:yellow;
}

If you wanted something else please mention what exactly you want to change about the news ticker.
You can use the browser inspector to make various customization to theme elements
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Post count: 55

Is it possible to change the font color?

Post count: 20688

The font color of the post titles can be changed with a code like this
https://www.screencast.com/t/OdPxLKFRdp4

.td_module_trending_now h3 > a {
color: yellow;
}

Post count: 55

Thank you

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