How to remove images links from smart lists posts?

Posted in: Newspaper
Post count: 17

Hello Tagdiv,

I want to remove images links from smart lists. I don’t want my post images clickable.

Let me know how to do it.

Thank you.

Post count: 23312

Hello chand3g,

If you want to remove your images link for your images from smart list, please try the code below and add it in Theme panel->Custom CSS area.

.td-slide-smart-list-figure {
cursor:default;
}
.td-sml-link-to-image{
pointer-events: none;
}

Hope this helps!

Thank you for the message!

Post count: 17

Hi Catalin,

Absolutely, It helped me.

Thank you.

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