Home Forums WoodMart support forum WoodMart breaks Thrive color picker (CSS conflict)

WoodMart breaks Thrive color picker (CSS conflict)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #270699

    Frank
    Participant

    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.
    #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

    #270741

    Frank
    Participant

    Thank you, this worked perfectly!

    #270838

    Artem Temos
    Keymaster

    Great, you are welcome! Feel free to contact us if you have any questions.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘WoodMart breaks Thrive color picker (CSS conflict)’ is closed to new replies.