Home › Forums › WoodMart support forum › Category Icons color in mobile menu › Reply To: Category Icons color in mobile menu
December 25, 2018 at 8:47 pm
#98398
Elise Noromit
Member
Hello,
Your icons are not text, they are images, so it is not possible to change the color of icon with the CSS. You need to change the color in image editor and then upload them again.
Or I can change the background and icons would look like that http://prntscr.com/lzgve4
If you accept such an effect, please add the code to the Theme Settings > Custom CSS > Global
body .site-mobile-menu li a .category-icon {
background: #000000;
}
Best Regards