I currently have a transparent header based of the code on this website. https://websensepro.com/blog/transparent-header-in-dawn-theme-10
I need help adding an on-hover effect onto the header. I want the header to have a white background when hovering over it. I am currently on the dawn theme.
Thank you
https://sbfut8bwl759nb3t-78682521917.shopifypreview.com
Hi, @bee-woo .
Go to Online Store
2) Edit Code
3) Find theme.liquid file
- Add the following code in the bottom of the file above tag.
header#site-header:hover {
background: white;
}
Hi @websensepro ,
i tried that code but it didn’t seem to work for me
Try This Code.
header#site-header:hover {
background: white !important;
}
And paste the base.css file very bottom.
Thank you so much it worked