hi all,
I was just wondering if there is a way to customise the colour font for one specific item in the menu in our header.
![]()
For example, I would like to make CLEARANCE red, and leave the others black.
is this possible?
hi all,
I was just wondering if there is a way to customise the colour font for one specific item in the menu in our header.
![]()
For example, I would like to make CLEARANCE red, and leave the others black.
is this possible?
Hi,
Yes, it is possible by custom coding.
Without having your store url, it is difficult to give you the exact steps for the same.
Thanks
Hello @JaydenMojo . It is possible if you hardcode your link(CLEARANCE) color. But it will out of sync with your color-scheme. In future, if you change your color scheme, it will still be red.
If you want to do so, please share your store URL. Let us know if you’ve any confusion or query.
Hi There,
Would it still work if the webpage isn’t live just yet? it is currently in a draft format being edited before going published?
You can make a copy of your theme and try this there @JaydenMojo . So, it won’t impact your original version of theme.
Okay no worries at all - is this what you need? - https://10i2cx68n3m1ix48-2865627196.shopifypreview.com
@JaydenMojo . You can paste this code in your theme editor Custom CSS settings.
.site-header a[href="/collections/seconds-samples"] {
color: red !important;
}
Let us know if you found any difficulties.
@JaydenMojo was that code worked?
Hi BrainStation23,
Thank you very much, it worked! Appreciate your assistance
@JaydenMojo You’r most welcome
Please like and accept our solution. if the solution is helpful for you.