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
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 share the URLs of your website plz
best regard
MUSTUFA
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:
<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.
.header a[href="/collections/archives-outlet"] {
color: red !important;
}
Use this instead of that.