Home › Forums › WoodMart support forum › Translate and edit on the theme › Reply To: Translate and edit on the theme
November 13, 2017 at 7:15 am
#23915
Artem Temos
Keymaster
Hi,
1. You can change page title background color in Theme Settings -> Page heading.
2. Use this code to change this color
del .amount,
.price del {
color: #c51313!important;
}
3. You can edit the code for this label in the file inc/woocommerce.php.
Function name – woodmart_product_label
Regards