WoodMart breaks Thrive color picker (CSS conflict)
-
Hey there,
the CSS code of WoodMart Theme is unfortunately influencing the color picker of Thrive.
We reached out to Thrive already. It works with any other theme but not with WoodMart.
It seems like the color picker CSS of WoodMart is using very broad selectors that also influence the editor of Thrive.
Could you please help us real quick? We can’t build any pages right now. It worked great before.
– We didn’t do any customization in between
– We deactivated all plugins to see that it’s the WoodMart them causing the conflict
– We can clearly see the CSS code influencing the Thrive color picker
Thank you in advance!
Best,
Frank
Attachments:
You must be
logged in to view attached files.
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
Thank you, this worked perfectly!
Great, you are welcome! Feel free to contact us if you have any questions.
The topic ‘WoodMart breaks Thrive color picker (CSS conflict)’ is closed to new replies.