contact form css

  • Posted in : Photographer
  • mahir.sahin@gmail.com
    Participant

    Hello,
    Default contact from is not working due to host mail() . So, I installed WP SMTP plugin and created a WP form.
    Now the form is working, but CSS is not compatible.

    https://www.aylinshine.com/aylinshine-contactme/

    Could you hep me to override css in the label and submit button for the consistency?

    Bests
    -Mahir

    serkan
    Moderator

    Hi,
    Could you please add these custom css codes;

    div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 9px !important;
    letter-spacing: .15em;
    text-transform: uppercase;
    }
    
    div.wpforms-container-full .wpforms-form button[type=submit],
    div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-size: 10px !important;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
    background-color: #fff !important;
    border: 2px solid #000 !important;
    }
    

    Thanks

    mahir.sahin@gmail.com
    Participant

    Thank you.
    You are really great, it’s working…

    I have one more question.
    Most probably very easy, but I’m not web developer so I couldn’t do it.

    I tried to add hover action to the submit button.
    Is it possible to send a hover CSS to change the text color white and background black (i.e. opposite of the button color-text and background)?

    I tried like that, but not working:
    div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button:hover { background: #000; color: #fff; }

    cok tesekkurler, kolay gelsin

    serkan
    Moderator

    Hi,
    Can you add this custom css code,

    div.wpforms-container-full .wpforms-form button[type=submit]:hover,
    div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    color: #fff;
    background-color: #000 !important;
    }
    

    Thanks

Viewing 4 posts - 1 through 4 (of 4 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