Home › Forums › WoodMart support forum › Changing the default "H" value for the title section › Reply To: Changing the default "H" value for the title section
January 23, 2018 at 8:36 am
#34912
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to change the font weight and color
.woocommerce-Reviews .woocommerce-Reviews-title {
font-weight: bold;
color: #000;
}