Tagged: 

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

    Hi

    How do i change the colour of the “get in touch” button on the contact form in the link below?

    I’d like to change it to #00733C

    Thanks in advance

    Richard

    #568277

    Hey foggygolf30!

    Add this to a codeblock element in that page content.

    <style type = "text/css">
    input.button {
        background-color: red !important;
        border-color: blue !important;
    }
    </style>

    Best regards,
    Elliott

    #568943

    Hi I’m sorry but that doesn’t seem to be working?

    #568947

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_ajax_form .button {
        background: #00733C!important;
    }

    If that too does not work, please create a temporary admin login and post it here privately

    Best regards,
    Yigit

    #568991

    Thats perfect – works a treat!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change Button colour in Contact Form’ is closed to new replies.