Change Colours of hot / new / sale tags in the menu
-
Hi, I’m wanting to change the colours of the hot / new / sale tags in the menu as you have in some of your demos. Can you point me in the right direction as to how to do this please? I can’t figure this out :/
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
body .menu-label-new{
background-color:green;
}
body .menu-label-new:after{
color:green;
}
body .menu-label-hot{
background-color:green;
}
body .menu-label-hot:after{
color:green;
}
body .menu-label-sale{
background-color:green;
}
body .menu-label-new:after{
color:green;
}
Replace the color as per your needs.
Best Regards
Thanks for your fast reply, please see the private content…
Hello,
Insert the whole code from the forum into Theme Settings > Custom CSS > Global http://prntscr.com/o1fwqw
And then replace the color.
Best Regards
Hello Elise,
My apologies – this works just fine. I think I had 2 x tabs open, both for ‘settings’ and one was overwriting the other. All sorted now so thanks for your speedy response.
Rik.
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Change Colours of hot / new / sale tags in the menu’ is closed to new replies.