Home › Forums › WoodMart support forum › Change Menu Text Color – Grocery › Reply To: Change Menu Text Color – Grocery
October 8, 2020 at 1:25 pm
#231850
Aizaz Imtiaz Awan
Keymaster
Hello,
I have visited your website and the icons are displaying fine on my end.
Screenshot for Clarification: https://ibb.co/wWn7JSS
For the menu items colors.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
header.whb-header.whb-sticky-shadow.whb-scroll-slide.whb-sticky-clone.whb-hide-on-scroll .whb-color-light .navigation-style-default .item-level-0>a {
color: #000;
}
header.whb-header.whb-sticky-shadow.whb-scroll-slide.whb-sticky-clone.whb-hide-on-scroll .whb-color-light .navigation-style-default .item-level-0>a:hover {
color: #fff;
}
You can set the colors according to your needs.
Best Regards.