Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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!
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