Hi,
I would like to remove the click link to the post for Big Grid Flex, the advantage is to have random display of images from different posts without actually having the posts.
True there are image modules but there is no random display.
I think a simple onclick disable function in the class could be a solution
Thanks
maybe in class pointer-events: none
-
This topic was modified 4 years by
youthost.
Hello,
You can use this code -> https://i.imgur.com/X7d11kR.jpg
.td-big-grid-flex *{
pointer-events: none;
}
Add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS
Thank you!
Hello,
Yes, you can add an extra class on the block https://i.imgur.com/GijNgM6.jpg and add the class in the custom code.
Thank you!
Hello @Sultan,
Please check this topic https://forum.tagdiv.com/topic/eventon-newspaper-theme/
Thank you!