Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1332704
Contact Form Button
Closed

Comments

  •  1
    franziskakuppe started the conversation

    Hey,

    where can I change the color of my submit button for the contact form? 


    Regards

  •  444
    Sergio replied

    HI!

    pls. share the wp-admin access, we'll check

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •   franziskakuppe replied privately
  •  444
    Sergio replied

    HI!

    pls. use following css:

    .wpcf7-form-control.wpcf7-submit.button{
        background:#e25990;
    }
    .wpcf7-form-control.wpcf7-submit.button:hover{
        background:#8d4585;
    }

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •  1
    franziskakuppe replied

    Hey Sergio,

    after updating my Contact form plugin, the button text color changed to pink. How can I change it back to white?

    Regards

  •  444
    Sergio replied

    HI,

    pls. use following css:

    .wpcf7-form-control.wpcf7-submit.button:hover {
        color: #fff !important;
    }
    

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.