Disable portfolio project page views
-
Hi!
How can I keep portfolio grids and photos visible but disable the project view itself so it can’t be clicked or viewed?
Thank you in advance!
Hello,
Please try to use the below code for disabling the click and view of the page.
.portfolio-entry .project-link,
.portfolio-entry .wd-entities-title a {
pointer-events: none;
}
Keep me informed of any issues.
Kind Regards
That worked, thank you for the quick reply!
You’re welcome!
In case you need any additional help, I’d be more than happy to assist you.
Wish you all the best.
Kind Regards
The topic ‘Disable portfolio project page views’ is closed to new replies.