New Landing How can we help? Themeforest Theme Support Dante Contact form 7 submit button

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #119576
    Sabina123
    Member
    Post count: 6

    Hello,
    I want to style the submit button from the contact form as a “stroke to fill” transparent button (e.g. http://fusepointe.com/contact/). I am an unexperienced developer; I’ve been trying to find the answer by myself, but without luck.
    Thanks.

    #119587
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide the url to your contact form page?

    -Rui

    #119608
    Sabina123
    Member
    Post count: 6
    This reply has been marked as private.
    #119644
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    input.wpcf7-form-control.wpcf7-submit{
    background:#fff !important;
    color:#000 !important;
    border:2px solid #000;
    }
    
    input.wpcf7-form-control.wpcf7-submit:hover{
    background:#009DDF !important;
    color:#fff !important;
    border:none;
    }

    Thanks
    Mohammad

    #122301
    Sabina123
    Member
    Post count: 6

    Hey,

    Thanks for the reply, but the custom CSS you sent me didn’t work. The single thing that changed is the text color (now it’s black).

    Can you help me out? Thanks.

    #122323
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this to your custom css:

    input[type="submit"], .wpcf7 input.wpcf7-submit[type="submit"], .gform_wrapper input[type="submit"], .mymail-form input[type="submit"] {
      background: none repeat scroll 0 0 transparent !important;
      border: 2px solid #efefef;
    }
    input[type="submit"]:hover, .wpcf7 input.wpcf7-submit[type="submit"]:hover, .gform_wrapper input[type="submit"]:hover, .mymail-form input[type="submit"]:hover {
      border-color: #2e2e36;
    }

    – Kyle

    #122337
    Sabina123
    Member
    Post count: 6

    It is working now, thanks a lot!

    #122338
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register