- This topic has 2 replies, 2 voices, and was last updated 6 years, 6 months ago by .
Disable clicking on Projects grid
You must be logged in to reply to this topic.
I want to disable the button on the projects grid section – is this possible?
Hello,
You want to disable the hover effect with the popup button, is that correct?
If yes, it is possible but with CSS code.
Use the following code in the Custom CSS field of the Custom Code section of the Integral Options panel.
.projects-grid .fancybox-thumb span {display:none;}
I’ll do my best but I know nothing about coding! Time to learn. Thanks for the information.
EDIT: Glad to know I didn’t have to go inserting and deleting code myself, appreciate the option for the custom code to override default styles
You must be logged in to reply to this topic.