TitanJeff Posted February 19, 2021 Share Posted February 19, 2021 I have my header set to be transparent. But, on one page, a solid color remains when scrolled down the page. I have the color settings the same throughout. I'm not able to provide a link because the site isn't public yet. Any suggestions? Thanks! Link to comment
tuanphan Posted February 21, 2021 Share Posted February 21, 2021 Hi. You can setup password & share url. 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
cchs Posted March 19, 2021 Share Posted March 19, 2021 I have the same issue. The header starts out as transparent but reverts to the page's background color on scroll. If I scroll all the way back up to the top of the page the background color on the nav fades back to transparent. Is there a fix for this? Link to comment
gloomsogood Posted March 24, 2021 Share Posted March 24, 2021 I've actually got a bit of code i'm using on my site to make the header transparent. My issue however is that the header is transparent on all pages, and i'd really like to have it transparent for just one header#header { background: transparent !important; } Link to comment
tuanphan Posted March 28, 2021 Share Posted March 28, 2021 On 3/24/2021 at 9:41 AM, gloomsogood said: I've actually got a bit of code i'm using on my site to make the header transparent. My issue however is that the header is transparent on all pages, and i'd really like to have it transparent for just one header#header { background: transparent !important; } Add to Page Header (Hover page on Main Navigation/Not Linked > Click Gear icon to Open Page Header) <style> header#header { background: transparent !important; } </style> 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