Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #748101

    Hi,

    how can i customize the contactform-style.

    I need to set a custom hight for some fields and change the font-size.

    For example the massage-field is way to tall. i want to set a smaller height.

    Thanks for your help!
    Best regards
    Tom

    #750020

    Hey Tom,

    Your page requires a password :)

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top textarea {
        max-height: 100px;
    }
    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { 
        font-size: 16px;
    }
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.