New hover on header drop down menu - Dawn theme

Hi

I want to change the hover on my drop down menus on the header of my shop. Could like to have it like this on the image, hope that can be possible. :slightly_smiling_face:

Thanks in advance

Storeurl:

www.dekanten.no

See attached image:

1 Like

Hi @Dekanten

Do you mean like this?

If it is, check this one.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

a.header__menu-item.list-menu__item.link.link--text:hover {
    background: rgba(128, 128, 128, 0.5); 
}

And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!