I want to disable being forwarded when clicking on the Portfolio text. Basically what I am looking for is disabling the event so that nothing happens when clicking the text. Is this possible?
Hi, this is my second ticket and 3 days has pasted without any reply since I kindly reached out. Would be great to know whether this theme still is supported?
Hi,
I want to disable being forwarded when clicking on the Portfolio text. Basically what I am looking for is disabling the event so that nothing happens when clicking the text. Is this possible?
Thanks a lot,
Hi, this is my second ticket and 3 days has pasted without any reply since I kindly reached out. Would be great to know whether this theme still is supported?
Hello,
Which portfolio text to be more exact? Can you send us a screenshot?
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
This text. I would prefer it not to be clickable
Hello
try
a.title {
pointer-events: none;
cursor: default;
}
in customizer -> additional CSS
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Thanks that worked