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

    Hi Guys,

    What is the css code to change the hover colour for the contact form button?

    #554426

    Hi markpevans,

    If you link to the the page/site in question then we can inspect the element and give you more accurate code :-)

    Thanks,
    Rikard

    #554933
    #554957

    Hi!

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

    .main_color input[type='submit']:hover {
        background: green;
        color: red;
        border: blue;
    }

    Regards,
    Yigit

    #555398

    HI Yigit,

    That worked a treat! Thank you so much :)

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