LucyBold Posted November 25, 2023 Posted November 25, 2023 Hi! I will like to remove the WHITE OVERLAY or OPACITY effect that I have throughout my site when hovering on images. This currently happens: - https://www.lacalifornie.es FEATURED PRODUCTS towards the bottom - https://www.lacalifornie.es/studio PORTFOLIO PAGE - https://www.lacalifornie.es/studio/arco PROJECT PAGE (I need to maintain the lightbox on click) - https://www.lacalifornie.es/all PRODUCT LIST PAGE (I need to maintain the different image on hover) Any idea on how to do this? thanks in advance.
tuanphan Posted November 27, 2023 Posted November 27, 2023 Add this code to Website Tools (under Not Linked) > Custom CSS /* remove on Studio page */ .portfolio-overlay { opacity: 0 !important; background-color: none !important; } a.grid-item { opacity: 1 !important; } (I see problem appears on /studio page only) Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment