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
![]()
![]()
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
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
Open your theme.liquid theme file
Paste the below code before :
Result:
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.