Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1413842

    Hey Enfold
    I’d like to change the boxes in the contact form, I’d like to lose the frames around
    Name
    E-mail
    Subject

    Instead I like to get a horizontal line below these fields
    Name
    E-mail
    Subject

    Thanks ;)

    #1413903

    Hi Alan,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top div .av-dark-form .input-text, 
    #top div .av-dark-form input[type="text"], 
    #top div .av-dark-form input[type="input"], 
    #top div .av-dark-form input[type="email"] {
        border: none;
        border-bottom: 2px solid;
    }

    Best regards,
    Nikko

    #1413934

    Hey Nikko

    I’d like to just online under the subject/text box as well, what do I need to add to the code
    I´d like the height of the subject box to be reduced by 50%

    Thanks ;)

    #1414017

    Hi Schmidtgrafisk,

    Please try to add this CSS code as well:

    #top .avia_ajax_form .text_area {
        border: none;
        border-bottom: 2px solid;
        max-height: 100px;
    }

    Hope it helps.

    Best regards,
    Nikko

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