TakExplores Posted September 19, 2021 Posted September 19, 2021 Site URL: https://swan-arugula-5f75.squarespace.com/ Website pswrd: 12345678 When I scroll down my page, the top menu bar disappears which is perfect. However, when I scroll up and stop in the middle of the page, the top menu bar appears which overlays on top of my content. I want to see my logo and menu bar only when I reach the top of the page. Any idea how to solve this issue in Carson template? Thanks!
tuanphan Posted September 20, 2021 Posted September 20, 2021 On 9/19/2021 at 4:43 PM, TakExplores said: Site URL: https://swan-arugula-5f75.squarespace.com/ Website pswrd: 12345678 When I scroll down my page, the top menu bar disappears which is perfect. However, when I scroll up and stop in the middle of the page, the top menu bar appears which overlays on top of my content. I want to see my logo and menu bar only when I reach the top of the page. Any idea how to solve this issue in Carson template? Thanks! Add to Design > Custom CSS header#siteHeader.show { position: relative !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!)
jwbranton171 Posted January 12, 2022 Posted January 12, 2022 On 9/20/2021 at 8:43 AM, tuanphan said: Add to Design > Custom CSS header#siteHeader.show { position: relative !important; } is there a way to do this with the header/menu still transparant/overlayed over the image?
tuanphan Posted January 14, 2022 Posted January 14, 2022 On 1/13/2022 at 1:47 AM, jwbranton171 said: is there a way to do this with the header/menu still transparant/overlayed over the image? What is site url? 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!)
jwbranton171 Posted January 14, 2022 Posted January 14, 2022 13 hours ago, tuanphan said: What is site url? it's joshbranton.com
tuanphan Posted January 17, 2022 Posted January 17, 2022 On 1/15/2022 at 1:49 AM, jwbranton171 said: it's joshbranton.com Try this CSS header#siteHeader.show { position: absolute !important; top: 0 !important; z-index: 9999 !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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment