I am using the Responsive theme. I want to highlight one of the links on my main navigation bar. I want one link to have red text colour and the rest of the links to have the same colour as now… Just wondering if anyone can help with it.
Here is my website : http://bigdogdistribution.ca
Thanks !
Eric
1 Like
Sorry, I meant Warehouse theme
Figured it out, we added the following code in theme.css:
.nav-bar__item a[href="/collections/black-friday"] {
color: red;
}
2 Likes
1233
December 29, 2020, 3:31am
4
Hi! Do you know how to change the “[NEW]” into red color but the rest of the text still remain the same color? Thanks
What’s your store URL? So I can take a quick look.
pgirl
October 5, 2021, 12:16pm
6
Please how can I do this on Shopify’s dawn theme?
The same thing done here
Thank you
What I did is to add this into the theme’s css file:
.nav-bar__item a[href=“/collections/featured-collection”] {> color: red;> }
Not sure how it will work on your theme tho.
Hope this helps!