Home Forums WoodMart support forum Category Icons color in mobile menu Reply To: Category Icons color in mobile menu

#98398

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