News Ticker

Posted in: Newsmag
Post count: 17

Is there a way to change the title for the News Ticker so that it does not say “Trending Now”? Or, is it possible to remove the title “Trending Now” all together?

Post count: 80

Here you go: Search bar above works good too 😉

https://forum.tagdiv.com/topic/a-few-questions/#post-29762

Item 1

Post count: 7909

Hi,

You can translate “Trending Now” from Theme Panel > Translations: http://screencast.com/t/5PnMu0Ll
If you want to remove it use this css:

.td-trending-now-title{
display:none;
}

Thanks!

Post count: 76

Thanks for this, I finally now figured out how to change a lot of the text for things in the theme.

Question though, how do we change the background color of the news ticker? I used to be able to find it, but now I can’t seem to locate it. Any tips?

Post count: 7909

Hi,

You can use Style 2 from block settings: http://screencast.com/t/3X4nAa6kYY
Or with custom css: http://screencast.com/t/wWmsMP8cxJL

.td_block_trending_now{
background: red;
}

Thanks!

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