Home › Forums › WoodMart support forum › 3rd Party Plugin Help › Reply To: 3rd Party Plugin Help
July 13, 2020 at 1:39 pm
#210449
Elise Noromit
Member
Hello,
Sorry for the delay.
Try to add the following PHP code snippet to the child theme functions.php
file to fix this
add_filter( 'woodmart_gradients_enabled', '__return_false' );
Regards