Home › Forums › WoodMart support forum › SVG Icon color › Reply To: SVG Icon color
January 4, 2018 at 6:22 pm
#31552
Artem Temos
Keymaster
Hi,
The color for these SVG icons can be changed with the following CSS code
.info-svg-wrapper path {
stroke: #5797B2!important;
}
Probably, similar code is added to your page custom CSS section with Visual Composer. You can remove it or add another one to Custom CSS in Theme Settings -> Custom CSS to override all colors globally.
Regards