u28h20 Posted November 13 Share Posted November 13 (edited) There is an overlay site-wide on hero/header images. I would like to use an image as the header on one page, but the opacity of the overlay causes a change in color. Is there a work-around to remove the overlay or set opacity to zero on this page or for this image only for all screens (desktop, tablet and mobile)? page: nysid.edu/annual-gala-2024-copy password: 1111 Thanks Edited November 13 by u28h20 clarity Link to comment
tuanphan Posted November 18 Share Posted November 18 Add to Website > Page > Website Tools (under Not Linked) > Custom CSS /* remove overlay */ .Intro--has-image:before { background-color: transparent !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
u28h20 Posted November 21 Author Share Posted November 21 On 11/17/2023 at 9:27 PM, tuanphan said: Add to Website > Page > Website Tools (under Not Linked) > Custom CSS /* remove overlay */ .Intro--has-image:before { background-color: transparent !important; } Thank you. Will this remove the overlay site-wide or only on the page I specify? I want to remove the overlay on one page only. Is this possible? Link to comment
tuanphan Posted November 24 Share Posted November 24 On 11/22/2023 at 5:24 AM, u28h20 said: Thank you. Will this remove the overlay site-wide or only on the page I specify? I want to remove the overlay on one page only. Is this possible? If remove one page, edit that page > Add a Code Block (anywhere on page) > Paste the code <style> /* remove overlay */ .Intro--has-image:before { background-color: transparent !important; } </style> If the code doesn't work, you can share link to that page, I will give another code Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment