Hi everyone!
My navigation bar is black backbround and white text, it's looks good on desktop.
But the drop down of the menu still shows wthie background with gold text on the mobile version, also it has black lines between every collection.
I want to change it to black with white text on the mobile and remove the line.
Any help please?
Thanks a lot!
Solved! Go to the solution
Hello,
Please share your site url.
So that i can check and let you know the exact solution here.
Tnank you for reply!!
Is this that you need? Sorry I don't know very well about Shopify
This is an accepted solution.
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
nav.mobile-nav-wrapper.medium-up--hide.js-menu--is-open {
background-color: black;
}
li.mobile-nav__item.border-bottom {
border-bottom: none;
}
a.mobile-nav__link {
color: white;
}
User | Count |
---|---|
27 | |
20 | |
13 | |
11 | |
10 |