Shopify themes, liquid, logos, and UX
I need help with changing the color of the "Shop by Brands" tab on the main menu of my website: www.bulkvacuumsupplies.com. That's the only tab that I want to change the color. I tried using the suggestions from other people with the same concern as mine but they just don't work. Thanks in advance!
Hi @BulkVacuum
Do you mean change the font color? If it is, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
#section-header > div > div:nth-child(1) > nav > ul > li:nth-child(11) > a {
color: red;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
I'm sorry for the confusion. How about if I want to change its background color?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025