Home › Forums › WoodMart support forum › change text color to black › Reply To: change text color to black
March 3, 2018 at 6:05 pm
#43599
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to change it
.wpb_text_column table,
.wpb_text_column table p{
color:black;
}