Hide the Subpage for project thumbnails?
-
Hi there,
at the moment we are just building the website and don't have enough content together yet. Therefore I would like to display only the thumbnails with subheading. There should be no page open when clicking on the image. Is it possible to hide this subpage?I hope you can help me! Would be very nice! Thanks!
-
Dear @BUR_STEFF
This is possible 🌝
Because the project thumbnail is a 'link' (wrapped around an image) , by disabling the link you wont be able to reach/click the subpage.You will see online many people advise against disabling links as 'good web practice' but for your reason i think its fine.
Adding the following code into > Lay Options > Custom CSS & HTML > CSS Should do the trick! .
.thumbnail-wrap a{ pointer-events: none; cursor: default; }When you are ready to have the links functioning again, you can just remove the code.
Let me know how you go & best wishes 🏖
Richard