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
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it