PhilCarriere Posted July 17, 2022 Share Posted July 17, 2022 Site URL: https://www.philcarriere.ca/ Hi, I wanted a fixed top header and manage to figure out the coding for it. Everything works perfectly, BUT ... I pushed my luck as I wanted to add some transparency to the header. Everything works fine while editing, but as soon as I am out of the Custom CSS editor and actualizing the page, I lose the transparency. I am far from being an expert, and I am sure there is a simple solution/explanation to my issue. Thank you for your help. .Header.Header--top { position: fixed; background: #fff9!important; top: 0px; z-index:1000; width:100%; box-shadow: 0px 2px 3px rgba(0,0,0,0.1) } BTW, the ULR supplied is my current website, the issue is with a new version which is not live yet. Thank you! Link to comment
tuanphan Posted July 18, 2022 Share Posted July 18, 2022 Try changing hex to rgba color background: rgba(255, 255, 255,0.6) !important; 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!) 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