Change menu font colour

Hi All, Trying to change the font colour of a specific collection in the mega menu to red.

Used to be an easy change but struggling to action I the latest update. Horizon 2.1.6

Thanks, Dan

Hey @DASCPA

Please share your store url

Regards

Titu

hey @DASCPA share the URLs of your website plz
best regard
MUSTUFA

URL: https://www.affluentarchives.co.uk

the ‘Further Reductions’ menu I need to change to red.

Hey @DASCPA

I don’t see “Further Reductions” although I can see you replaced it with “January Sale” so if you wanna make it red then

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
a.menu-list__link[href="/collections/archives-outlet"] {
    color: red !important;
}
</style>

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

Amazing, thank you so much!

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

Thanks Moeed and happy new year. Unfortunately the text colour did not change on Mobile?

.header a[href="/collections/archives-outlet"] {
    color: red !important;
}

Use this instead of that.