How do I change text colour on header bar on dawn theme

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.

Blancoliving_0-1668970577181.png

Any help would be much appreciated.

Thanks

1 Like

@Blancoliving

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.

https://m8qocqnp07005nu4-55435100231.shopifypreview.com

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?