Howdy,
We’re using the simplepress forums and on any of the forum pages, the lightbox array icon appears when hovering on any of the images as shown in the image below.
https://drive.google.com/file/d/0B3tF7-iDXDFlU3ZpdlpkNVVMeEE/edit?usp=sharing
Is there a way of stopping this from happening on a specific page?
Matt
Hi Matt!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-5995 .image-overlay { display: none !important; }
You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
Yigit
Hi Yigit,
Brilliant, thank you!
Matt