two NewsTicker with different title text

Posted in: Newspaper
Post count: 29

May we find a way to set a different title text for a second NewsTicker module in homepage?
If I use two different NewsTicker, both has the same text title.
Suggestions?
Best.

Post count: 35449

Hi,

Unfortunately our theme do not have an option for this, you’ll need to use a custom JavaScript for this, for example if you have 2 NewsTicker and you want to change the name for the first one you can use this custom code
document.getElementsByClassName("td-trending-now-title")[0].innerHTML = "Milk";
-> https://www.screencast.com/t/NjJQ3Yjg8uIW
https://www.screencast.com/t/rsUCYrKurgkh

Thank you!

Post count: 29

Thanks.
The code is perfect, that’s what I need.
Best.
D.

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