Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1016200

    Hi, how do I update the background color of the Contact Form “Submit” button? If I select “Colors” in the form section the only options I see are Default, Light Transparent and Dark Transparent.

    #1016323

    Hey envisageiam,

    Please add this code to the quick css field and change the color values:

    
    #top #wrap_all .main_color input[type='submit']:hover {
        background-color: #000000;
        color: #ffffff;
        border-color: #5d8ab9;
    }
    
    #top #wrap_all .main_color input[type='submit'] {
        background-color: #000000;
        color: #ffffff;
        border-color: #5d8ab9;
    }
    

    Best regards,
    Peter

    #1018728

    That didn’t work

    #1018837

    Hi,

    Please try this instead:

    .main_color input[type='submit'] {
        background-color: red !important;
        color: yellow !important;
        border-color: black !important;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.