Alow Posted September 7, 2020 Share Posted September 7, 2020 Site URL: https://www.nonstoptimeless.com/hostens-biopremiarer/p/crash So, the header draws its background color from the theme of the first section of the page. We're using store pages to display our film catalog, and I would like the header to be the same gold color as on all other pages, but I don't want the "products" to have golden backgrounds on their separate pages. So - what css would make the header golden (#bc9d58) sitewide, disregarding what theme each section uses? Still of course transparent when at the top, just as it is now by defeault. Much thankful for any help! Link to comment
tuanphan Posted September 12, 2020 Share Posted September 12, 2020 Add to Home > Design > Custom CSS header#header { background: #bc9d58; } 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
Alow Posted September 14, 2020 Author Share Posted September 14, 2020 (edited) On 9/12/2020 at 3:57 PM, tuanphan said: Add to Home > Design > Custom CSS header#header { background: #bc9d58; } Thanks, tuanphan. This, however makes it opaque at all times, I would like it to remain transparent when top-scrolled. Any ideas on that? Edited September 14, 2020 by Alow Link to comment
Solution tuanphan Posted September 14, 2020 Solution Share Posted September 14, 2020 try again with this body:not([data-menu-overlay-theme-switcher="true"]).tweak-transparent-header .header .header-announcement-bar-wrapper:not(.shrink):not(.transparent-header-theme--override) { background: #bc9d58 !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
Alow Posted September 14, 2020 Author Share Posted September 14, 2020 20 minutes ago, tuanphan said: try again with this body:not([data-menu-overlay-theme-switcher="true"]).tweak-transparent-header .header .header-announcement-bar-wrapper:not(.shrink):not(.transparent-header-theme--override) { background: #bc9d58 !important; } Tried it, still not transparent. Also tried removing the "!important", however that just took it back to normal, including the defeault header background on pages with another theme. I might just add an additional section on all pages, even when it would look better without one. I'm very thankful for your efforts though! 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