Hi,
Is it possible to make the White background when hovering over the header menu to be 50% opacity? Just on the home page only.
Website: www.myozco.com
PW: Myozco123456
Hi,
Is it possible to make the White background when hovering over the header menu to be 50% opacity? Just on the home page only.
Website: www.myozco.com
PW: Myozco123456
yes please try this code
.site-nav__dropdown {
background-color: rgba(255, 255, 255, 0.7);
}
yes please add this code
.site-nav--has-dropdown.nav-hover>a, .site-nav--has-dropdown:hover>a, .site-nav--has-dropdown>a.nav-focus {
background-color: rgba(255,255,255,.7);
}
wow that would be great thanks for update