Hi,
I need help changing the drop down menu colour to a white background with black font. Its currently the yellow colour and changes together when i change the header colour.
@Qke ,
share the store URL ?
https://phurry.myshopify.com/admin/themes/141638074643/editor
password is chalet123
@Qke
Hello,
.header__menu-item.list-menu__item.link.link--text.focus-inset.caption-large {
color: #000;
}
.list-menu.list-menu--disclosure {
background-color: #fff;
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
like This
Hi,
So sorry i gave you the wrong URL for the theme
this is the theme i was referring to, could you have a look at this one please?
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->styles.css file.
.site-nav__dropdown {background-color: #fff !important;}
Thanks!
thank you so much !