• Resolved verciani

    (@verciani)


    Hello,
    is it possible to change the color of the green button that appears after you submitt the form? “Thanks for contacting us”..
    Thanks in advance!

    • This topic was modified 7 years, 5 months ago by verciani.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Ethan Choi

    (@ethanchoi)

    Hi verciani,

    You can change the background color of the confirmation message with some custom CSS. Here’s an example:

    div.wpforms-confirmation-container-full {
        background: #ffffff; 
    }
    

    The hex value above (#ffffff, which is white), can be changed to any color you’d like. If you’re not sure what hex value you need, you can use a color/hex generator like this one.

    In case it helps, WPBeginner has a tutorial on how to add custom CSS like this to your site.

    I hope this helps! 🙂

Viewing 1 replies (of 1 total)

The topic ‘Green button – “thanks for contacting us”’ is closed to new replies.