Tagged: schmidtgrafisk
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 ;)
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
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 ;)
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