How to make newsticker post link not clickable?

Posted in: Newspaper
Post count: 16

I don’t want to let my visitors click on the links of news ticker posts, it should just stay there and when visitors click, nothing should happen. Please guide me on this

Post count: 35449

Hi,

For this you’ll need to use a custom css like this one -> https://i.imgur.com/50eiQKQ.jpg
.td_block_trending_now a{
pointer-events: none;
cursor: default;
}

The code need to be set in theme panel> Custom code> Custom css

Hope this will help you!
Thank you!

Post count: 16

Thanks a lot. Solved.

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