WordPress: Changing the Color of Floating Feedback Button

  • Sam_Cadman
    Asked on October 22, 2020 at 9:14 AM

    My button will not change from orange! I feel like I tried everything. have please help.1603372446 5f91859e6e46e Screenshot 2020 Screenshot 10


  • Ariel JotForm Support
    Replied on October 22, 2020 at 12:17 PM

    Hi,

    Thank you for your message.

    Looks like the button's color is coming from Elementor's CSS rule.

    Try adding the following code in your WordPress theme's CSS.

    .jfFeedbackButton {
        background: #000 !important;
    }

    Once applied, it should look something like so.

    16033833242020 10 23 00 15 03 Screenshot 10

    Give it a try and let us know how it goes.

  • Sam_Cadman
    Replied on October 22, 2020 at 1:39 PM

    Thank you for your speedy response.

    I added the code to the theme.css file but it didn't change the button colour :(

    I am not the best when it comes to code, perhaps I have made a mistake?

    1603388048 5f91c2903f035 Screenshot 2020 Screenshot 10


    Many thanks,

    Sam

  • Ariel JotForm Support
    Replied on October 22, 2020 at 3:04 PM

    Greetings,

    Thank you for your message.

    Try adding the CSS using WordPress' Customizer:

    WordPress: Changing the Color of Floating Feedback Button Image 1 Screenshot 20

    If your site uses any sort of caching feature, be sure to clear the cache to see the changes.

    Should you have any further inquiries, we will be more than happy to help.

  • Sam_Cadman
    Replied on October 24, 2020 at 4:48 AM

    That worked! Thank you so much :)