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
https://www.clapat.com/
Review Envato Item Support Policy
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
https://www.clapat.com/
Review Envato Item Support Policy
Thanks that worked