Hi there,
I am setting up my shop https://oakn4wines.myshopify.com/ and would like to change the colour of the nav bar to be a dark grey, and would like to change the border size so the drop down menu doesn't break over 2 lines. I think this has to be done in the CSS rather than the theme settings, but I've looked for both! Can anyone advise please? I'd be super grateful! Thanks
@OakN4wines
Please below line of code in theme.scss
ul#SiteNav, ul#SiteNav button, ul#SiteNav a {
color: #666;
}
.site-nav__link--active .site-nav__label {
border-bottom-color: #333;
}
.site-nav__link:focus .site-nav__label, .site-nav__link:not([disabled]):hover .site-nav__label {
border-bottom-color: #333;
}
User | Count |
---|---|
436 | |
196 | |
148 | |
57 | |
44 |