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

    Hello,
    How can i change the standard Button style in the contact form?
    On the site i use for all buttons the “Theme Subtil Color”. That will works fine, but not in the contact form.
    I have find no solution to set also the Button style in the contact form on “Theme Subtil-Color”.
    Can you help me please for this topic?

    kind regards
    Hendrik

    #1045784

    Hey hendrikwenschuch,
    For the contact form the “colors” tab when editing the element has 3 options to choose from. If you would like to have a custom color please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .main_color input[type='submit'] {
        background-color: blue !important; 
        color: #ffffff !important; 
        border-color: blue !important; 
    }
    .main_color input[type='submit']:hover {
        background-color: red !important; 
        color: #ffffff !important; 
        border-color: red !important; 
    }

    Please adjust the colors to suit.

    Best regards,
    Mike

    #1046234

    Thank you very much!

    #1046443

    Hi hendrikwenschuch,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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