Shopify themes, liquid, logos, and UX
I am trying to change .site-nav__label to be White .
I've tried editing in the css and adding code to the bottom but no luck. The arrow is there ebut you can't see the text until you hover. I would like to change on desktop and mobile. Thank you!
https://fat-beet-farm-kitchen-bakery.myshopify.com/
password - aurtau
Solved! Go to the solution
This is an accepted solution.
Hii, @zamandanoel
Paste this code on top of the theme.scss file.
.site-nav__link--button {
color: white !important;
}
button.btn--link.js-toggle-submenu.mobile-nav__link {
color: white !important;
}
Thank You.
sorry for that issue can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
.site-nav__link--button {color: #fff;}
1. Go to your store Actions > Edit Code
2. In Assets > theme.css add below lines at the bottom of the file:
If it helped you solve your issue, please like and mark it as a solution. Thank you
hello @zamandanoel
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.site-header .grid .grid__item .site-nav__link {
color:#ffffff ;
}
This is an accepted solution.
Hii, @zamandanoel
Paste this code on top of the theme.scss file.
.site-nav__link--button {
color: white !important;
}
button.btn--link.js-toggle-submenu.mobile-nav__link {
color: white !important;
}
Thank You.
Thank you! this fixed both mobile and desktop.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024