• I’m trying to change the background colour and text colour of the part of the form that gives responses … you can see here that it’s grey brown and I want it to be one of the colours that I use in my overall theme – a kind of aqua green with pale blue/green text. I can’t find any way to edit this, either through elementor or through WP forms.

    I’ve read all the suggested documentation so any help gratefully appreciated.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The public cannot view admin or preview links. So don’t share such links publicly.

    I installed the WPForms Lite plugin, and it doesn’t seem to offer any styling options… at least none that I could find. I can’t say whether or not this is a premium feature only available to paid features.

    There’s a 3rd-party plugin “Styler for WPForms” to style WPForms’ forms.

    If you’d rather not install a plugin to do this, I’ll recommend asking for guidance in the WPForms Lite or the Elementor plugin’s dedicated support forums.

    Good luck!

    Hi @musojo

    If you prefer, you can use the following custom CSS to change it:-

    body form#wpforms-form-555 input::placeholder, body form#wpforms-form-555 textarea::placeholder{
        color: #2eb8b8;
        background: #d2fbfb !important;
    }
    body form#wpforms-form-555 input, body form#wpforms-form-555 textarea{
        background: #d2fbfb !important;
        font-weight: bolder;
    }

    Please change the color code as required, I hope this helps!

    Thread Starter musojo

    (@musojo)

    Thanks Niyaswp – because the form was already input into the contact page as a shortcode, I don’t know where to go to edit the CSS … where would I find this?

    Thread Starter musojo

    (@musojo)

    Thanks niyaswp – I worked that out and am happy with the changes. I just want to change the colour of the submit/send message button now … could you please give me the css to change that?

    Many thanks,

    Jo

    Sorry for the delay, please use this one:-

    body form#wpforms-form-555 .wpforms-submit {
      background: red !important;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP Forms – can’t edit background’ is closed to new replies.