Is there a way to disable clicks on the portfolio candy home page? I do not want a click on the portfolio items to lead to the Single Project Page. Is this possible?
I added the following CSS, but it worked only from the actual portfolio page:
I just saw the lightbox only option that prevents it from going into the single project page, but opens the image in a gallery view.
It achieves half of what I want to do - would be great if I could apply the { pointer-events: none; cursor: default; } style to the corresponding items on the home page.
Is there a way to disable clicks on the portfolio candy home page? I do not want a click on the portfolio items to lead to the Single Project Page. Is this possible?
I added the following CSS, but it worked only from the actual portfolio page:
.portfolio-items .col .work-item.style-4 .work-info a { pointer-events: none; cursor: default; }
I just saw the lightbox only option that prevents it from going into the single project page, but opens the image in a gallery view.
It achieves half of what I want to do - would be great if I could apply the { pointer-events: none; cursor: default; } style to the corresponding items on the home page.
Hey Again!
Add this into the Custom CSS box located in your Salient Options panel :
Cheers
ThemeNectar Support Team