Hi,
How do I change the colour of certain headers on main nav bar at the top of the website? I want Christmas and Best Selling Products to change to red. All other headings to remain same colour.
Any help would be much appreciated.
Thanks
Hi,
How do I change the colour of certain headers on main nav bar at the top of the website? I want Christmas and Best Selling Products to change to red. All other headings to remain same colour.
Any help would be much appreciated.
Thanks
oh sorry for that issue can you please send store url and issue image so i will check and let you know
Hi @Blancoliving ,
Go to Assets > base.css and paste this at the bottom of the file:
ul.list-menu.list-menu--inline >li:nth-child(2) summary.list-menu__item {
color: #ff0000 !important;
}
ul.list-menu.list-menu--inline>li:nth-child(9)>.header__menu-item {
color: #ff0000 !important;
}
Hope it helps!
Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
Thank you very much I will give this a go! Does this work for mobile too ?
Hi @Blancoliving ,
I checked and didn’t find ‘Christmas’ menu, do you want to add it?