How do I exclude MenuTile icons from inheriting the theme colour in V8?
3 min
overview in activate v8, selected themes apply colour styling across ui elements, including svg icons this can override custom icon colours and gradients provided by customers solution to prevent menutile icons from inheriting the theme colour modify the imageurl property of the menutile control append the css class unset to the image reference example image svg unset how it works adding unset applies a css class to the svg element the theme engine ignores elements with this class when applying colour styling this preserves the original colours and gradients of the icon result custom svg icons retain their intended appearance theme styling continues to apply to other ui elements as normal