Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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

  •  432
    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
  •  432
    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

  •  432
    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.