I’m a noob… what should I suppose to do with this? lol
Here ia the normal logo:
kranion.com.br/wordpress/aulas
And here a woocommerce page:
kranion.com.br/wordpress/produtos/plano-x
I don’t know how to change the css here.
I added this code in my functions.php file
function coupon_code_discount_title() {
return 'desconto progressivo'; //new coupon title
}
add_filter('vtprd_coupon_code_discount_title', 'coupon_code_discount_title', 10);
But I got this error: the person can remove the coupon discount and the discount is not applied. What should I do?
Thanks!