Okay
  Public Ticket #1498733
contact form submit button css
Closed

Comments

  • MelchersIT started the conversation

    He, i changed my buttons to have a thicker text in them. But my contact form buttons dont change. I tried to figure out how i can change them to but nothing seems to work. Can you help me with custom css i can add in the extra css box. 

    For example my contact page : http://www.scopeservices.nl/contact/

    The buttons at the top (route, number, mail) and the button in the bottom part (referenties) are the way i want it to be. font-weight:700;

    But the contact form submit button is thinner and i would like it to be the same. 

    thank you in advance

  •  8,441
    Tahir replied

    Hey Again, Hope you had a Great Weekend, 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    input.wpcf7-form-control.wpcf7-submit {
        color: #ffffff !important;
        font-weight: 700;
        font-size: 15px !important ;
        text-transform: uppercase ;
    }

    Thanks


    ThemeNectar Support Team