• Resolved Stephen

    (@ssgconline)


    Hi,

    I would like to change the background color of the {html-2} field which is immediately below the Terms and Conditions checkbox to #66CDAA.

    I have created CSS Class terms-conds in the HTML Styling TAB

    Can you please assist with the CSS / HTML I need to add?

    Thanks,
    Stephen

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @ssgconline

    I hope you’re well today!

    You can change background with this CSS:

    .forminator-custom-form .terms-conds {
    	background-color:#66CDAA;
    }

    Add it to the “Appearance -> Customize -> Additional CSS” in theme customizer (if there’s any existing code there already, add it at the very end of it), publish changes and it should do the trick.

    Note: if you are using any caching and/or CSS optimization tools on site, you may need to clear cache/regenerate optimized CSS after adding CSS.

    Best regards,
    Adam

    Thread Starter Stephen

    (@ssgconline)

    Worked perfectly Adam – many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change HTML Field Background Color’ is closed to new replies.