Hey there
I know this has been asked before - but the solutions didnt work so may be out of date.
I want to make the word “Sale” on my main menu (web and mobile) red.
I just cant make it work with the solutions I found online
Hey there
I know this has been asked before - but the solutions didnt work so may be out of date.
I want to make the word “Sale” on my main menu (web and mobile) red.
I just cant make it work with the solutions I found online
To make a “Sale” menu on the main menu in the Debut Shopify theme in red color, you can do the following:
#MainNav > li.sale a { color: red; }
This should add a “Sale” menu item to the main menu in red color.
Hi @Cornercopia ,
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.scss->paste below code at the bottom of the file:
.site-nav > li:first-child .site-nav__label,
.mobile-nav > li:first-child .mobile-nav__label {
color: red;
}
I hope it would help you
Thanks so much for this.
Sadly it didnt work (although I was only checking website - so maybe it did on mobile)
Thanks so much - this worked perfectly!
Ah - so when I then change the order of the main menu, a different word becomes red - are there any tweaks to the code I can make to make it “word” specific?
Thanks!!!