News ticker arrows – how to turn it off?

Posted in: Newspaper
Post count: 16

Hi,
I have set to display only one last post in news ticker but the scroll arrows are still visible. How to turn it off?

Post count: 20688

Hi,

You could enter this code in Theme panel->Custom CSS code section, the arrows will be removed from the news ticker element
https://www.screencast.com/t/xCmspkovXir
A specific option to remove these arrows does not exists at the moment, they will always be displayed

.td_block_trending_now .td-next-prev-wrap {
display: none;
}

Thanks

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