Home › Forums › WoodMart support forum › changing text color › Reply To: changing text color
April 21, 2018 at 8:38 am
#53689
Bogdan Donovan
Keymaster
Hi,
Try to add custom-infobox
class to the desired infobox element (http://prntscr.com/j85q3o) and then add following CSS code snippet to the Custom CSS area in Theme Settings.
.custom-infobox .with-text .info-box-icon {
color: white;
}
Regards