Home › Forums › WoodMart support forum › woodmart conflict backend – colorpicker loaded on all admin pages › Reply To: woodmart conflict backend – colorpicker loaded on all admin pages
May 8, 2020 at 6:18 am
#193332
Artem Temos
Keymaster
Hi,
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