I want to change a specific collection's color in menu/nav to a different color Dawn Theme V12

I want to change a specific collection’s color in menu/nav to a different color Dawn Theme V12.

Any help would be very much appreciated.

Also, keen to get autoplay loop video as first image on products including in home page, etc…

Image shows an example of the OUTLET in red

Please share your store link

https://ccrcd7sorebgzvy2-4273045613.shopifypreview.com

Just like the OUTLET on the photo

This code will change color of Outlet menu, please add it at the bottom of your base.css file in Online store > Themes > Edit code > Assets

#HeaderMenu-outlet { color: red !impotant; font-weight: 700 !important; }

Thank you Dan,

It changed to bold but not red though I even tried to use the color code instead but did not work either

My mistake in !important spelling. Please correct code to this

#HeaderMenu-outlet { color: red !important; font-weight: 700 !important; }

Awesome!! Thanks a lot Dan!

For the video to autoplay as first product image would you be able to help as well?

like on this page https://www.liveoficial.com.br/search?q=top%20duo

Thanks - this worked for me BUT I had to change ‘#HeaderMenu-outlet’ to ‘#HeaderDrawer-sale’ referencing the specific link from my site upon inspection. Very much appreciated : )

1 Like

Yes, you must change to assign code to the correct menu.

Hi, this code worked for me, but the title color only changes on the desktop menu and not the mobile menu. is there any way to fix this, so it would also show on the mobile menu?