Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1334763

    Hello, how can I change the color of submit button in contact form?

    thanks in advance

    #1334765

    Hey troupdim,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #contact.main_color .avia_ajax_form input[type='submit'] {
     	background-color: #5d8a88;
        color: #ffffff;
        border-color: #5d8a88;
     }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1334769

    I add this code in css section, did not change.

    #1334770

    Hi,
    You need to add it to the Enfold Theme Options ▸ General Styling ▸ Quick CSS
    2022-01-08_001.jpg
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    #1334771

    ok. thanks a lot!

    #1334773

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change color of button’ is closed to new replies.