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

    Hi guys
    Just trying to target and set the color states for the Contact Form SEND button (default and hover state) independent of all other elements.Can’t seem to do this within the ‘General Styling’ config… unless I’m missing something?

    Are you able to help – url below…

    Thanks!

    #1106672

    Hey,

    Authorization Required therefore i could not view your site without logins.

    Please add following code to Quick CSS in Enfold theme options > General Styling and adjust values as needed

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

    Cheers!
    Yigit

    #1106883

    Thanks so much Yigit – that works perfectly!
    cheers

    #1106960

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold – Contact Form Submit Button’ is closed to new replies.