Home › Forums › WoodMart support forum › Woodmart theme compatibility issue with a plugin › Reply To: Woodmart theme compatibility issue with a plugin
December 10, 2018 at 7:04 am
#95028
Artem Temos
Keymaster
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');