Hi,
I’m trying to sort out my menu navigation on my website.
I would like all menu names to be in BOLD and then on two of them, NEW and SALE Id like the font to be white and add a different colour behind them both.
Please see image…
![]()
Thanks!
Hi,
I’m trying to sort out my menu navigation on my website.
I would like all menu names to be in BOLD and then on two of them, NEW and SALE Id like the font to be white and add a different colour behind them both.
Please see image…
![]()
Thanks!
Could you drop your store here so I can check?
Hello @Aidan_Dodsworth
Please provide the URL of your website.
website is www.tileoutlets.co.uk
Go to online store ---------> themes --------------> actions ------> edit code-------> theme.css
and add this code at the very end of your file.
li.nav-bar__item:nth-child(2) {
background: #70ff70;
color: black;
padding: 17px 10px;
}
li.nav-bar__item:nth-child(12) {
background: pink;
color: black;
padding: 17px 10px;
}
If this was helpful, hit the like button and mark the job as completed.
Thanks