Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #529118

    Hi, how can I make my contact buttons – http://screencast.com/t/BDxeJmUhk37t – look and work the same as the buttons in the blog post element – http://screencast.com/t/jHpwBQhAwD

    The contact buttons should be green color, blue on over, with round edges and same size as the blog post element read more button.

    Thanks.

    #529334

    Hey DROR!

    Add this to your custom CSS.

    .wpcf7-form-control { background: green !important; border-radius: 2px !important; }
    

    Regards,
    Elliott

    #529345

    That made the background of all form fields become green. I only want the submit button to be green and blue on hover.

    #529438

    Hi!

    Sorry, switch it to this.

    .wpcf7-submit { background: green !important; border-radius: 2px !important; }
    

    Regards,
    Elliott

    #529442

    Thanks, what about making it #2846aa on hover only? How can I add that?

    #529773

    Hi,

    Try this:

    .wpcf7-submit:hover { 
    background: #2846aa !important;
    }

    Best regards,
    Rikard

    #529831

    Thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to change contact button look?’ is closed to new replies.