Shopify themes, liquid, logos, and UX
Return management just got easier! We’ve launched Customer Self-Serve Returns to all Shopify merchants. Click here to learn more!
Hi
could u provide some code to change the navigation bar ("Home" "Products" "Deals" etc) text colour cheers.
URL: appliancesclub.com
Theme: Warehouse
Cheers
Hi @jamie292929
Use this CSS to change the color of the navigation items
li.nav-bar__item {
color: green !important;
}
Note: Change the "green" to whatever hex value you want.
Cheers!
Hi @jamie292929 ,
.nav-bar__linklist > li {
color: #1e2d7c !important;
}
@
@jamie292929, do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
.nav-bar__item *,
.nav-bar__item > *{
color: #303030;
}
.nav-bar__item.is-dropdown-open > *,
.nav-bar__item > *:hover,
.nav-bar__item > *:focus,
.nav-bar__item.is-dropdown-open > * *:hover,
.nav-bar__item > *:hover *:focus,
.nav-bar__item > *:focus *:focus{
color: #bfbfbf !important;
}
This will work for mobile and also for the dropdown menus.
The colors are just exemplary, you can change it for anything you wish:
#303030 = link color
#bfbfbf = link hover color
Kind regards,
Diego
User | RANK |
---|---|
134 | |
92 | |
77 | |
69 | |
45 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022