How can I make Mega Menu options appear in a different color to make the heading stand out better?
I want to leave the headings white and make the options in grey.
Website: https://48pdalfwv3y83s07-71214596408.shopifypreview.com
Thank you in advance.
@FrachiseEmir ,
Please use this css :
.sub-menu.mega-menu-container ul.mega-menu-columns a.mega-menu-columns__heading {
color: #fff;
}
.sub-menu.mega-menu-container ul.mega-menu-columns ul[role="menu"] li a {
color: gray !important;
}
If its work just let me know.
Also - the best solution for this may depend on the theme you’re using. Which theme is this @FrachiseEmir ?