Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #777455

    Hi Support,

    Can’t figure this out but it has to be easy.. How do I change the background color of the contact form that is built in to Enfold. I can see how I can change between the light and dark styling for the buttons but I don’t see how to change the background color.

    Thanks,
    William

    #777474

    if you want it specifically only for one form
    give the form a custom class ! f.e. colored-form

    
    #top .colored-form fieldset {
        background-color: #efefef;
        padding: 20px;
    }

    padding is necessary because it would look strange with the input fields direkt on border

    #777680

    Hi William,

    Did you try the suggestion posted by @guenni007 and did you have any luck with it?

    Best regards,
    Rikard

    #777871

    Hi Guys,
    I appreciate the help but that didn’t solve my issue.. I did figure out a work around though.. so I am good.. Thanks for you time and the assist!!

    Have a great day,
    William

    #777875

    Hi!

    Glad you figured it out!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘how to change the background color of the contact form – enfold’ is closed to new replies.