Home › Forums › WoodMart support forum › WoodMart breaks Thrive color picker (CSS conflict) › Reply To: WoodMart breaks Thrive color picker (CSS conflict)
March 3, 2021 at 2:56 pm
#270719
Artem Temos
Keymaster
Hello,
Thank you so much for purchasing our theme and contacting our support center.
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' );
Kind Regards
XTemos Studio