How can I change my transparent header to white on hover?

hi, i have a transparent header, but i want it to have a white background when going to select a main menu item. like the image below. - dawn theme 6.0.2

URL: nightlightcity.com

pass: bowchu

ni3_0-1670248882327.png

ni3_1-1670248882292.png

@ni3
add below css into base.css(online store->themes->asset->base.css

header#site-header:hover {
    background-color: white;
}

)

Hello @ni3

I would like to give you a solution to support you

  1. Go to Online Store → Theme → Edit code:

  1. Open your theme.liquid theme file

  2. Paste the below code before :


Result:

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.