Home › Forums › WoodMart support forum › Disable portfolio project page views › Reply To: Disable portfolio project page views
September 5, 2022 at 3:33 pm
#401480

Luke Nielsen
Keymaster
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