Needing help to make header change colour when hovering over search button and logo

Hello!

When hovering over the menu items on the top left, the header changes from transparent to a white colour. I would like to have this same effect when hovering over the centre logo and the right hand side icons (search, profile, cart) as it currently stays transparent. I have tried so many different ways to code but to no avail. I would be so grateful for some help on the coding necessary.

Website: www.caecusangelus.com

Thanks in advance!

1 Like

Hello @CAECUSANGELUS ,

Edit styles.css under assets scroll down to bottom and add this css code there

.header__row.header__row--top {
    background-color: transparent !important;
}

Regards
Guleria