Hello, need some help please with changing the color of a menu item. The store is:
nillux-romania
A user seeks to change the color of a single menu item (“lichidera-scot”) to red in their Shopify store header, specifically while using the Vantage theme.
Attempted Solutions:
.header__nav__link.navlink was unsuccessfulWorking Solution Provided:
A detailed CSS customization approach was shared:
.header__nav__link.navlink.first-level[href="/collections/lichidera-scot"] {
color: red;
}
Current Status:
User reported not finding base.css in their code editor. They were advised to search for alternative CSS files (theme.css or stylesheet.css) and apply the same customization method. The discussion remains open pending confirmation of the solution’s success.
Hello, need some help please with changing the color of a menu item. The store is:
nillux-romania
Hello @artera
Please share the proper store URL so that i can check and provide you the proper solution.
thebrandz.ro
Hello @artera
You can try this code: it might be helpful to you-
Navigate to the Online Store-> Theme-> Edit code-> Assets> theme.css or base.css → add below the code(bottom).
.header__nav__link.dlink {
color: red !important;
}
not working, already tried all the solutions provided in other threads. The theme I am using is Vantage, maybe it helps.
Which menu item color do you want to change? Please share a screenshot.
Hi @artera ,
I checked your store, if you want to Change the color of one item in header, you just need to adjust a bit of CSS. Follow my instructions to resolve this problem:
.header__nav__link.dlink.first-level[href="/collections/lichidare-stoc"] {
color: red;
}
- Step 3: Save and reload page.
The result will be Changed the color of Item: “lichidare-stoc” as you want.
Hope it helps!
If it helpful, please mark as a solution. Thanks and have a nice day sir!
Hi @artera ,
Sorry for the confusion here.
You need to find the .css file, which contains the CSS code for your theme.
It could be stylesheet.css or theme.css.
Try the customization again in step 2.
Hope this helps.