Tagged: 

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

    Hi there! I’ve searched the forum, all the tutorials, support sites and tried myself but I can’t find the answer so now I have to ask you guys :)

    Is there any way to remove the border surrounding the contact form elements and to just have a singel bottom border/line below each element?

    Like this: http://www.helloblah.com/contact

    Thanks for a great theme and great service as well guys!

    /Kris

    #877224

    Hey Kris,

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

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
        border-left: none;
        border-right: none;
        border-top: none;
    }
    

    Best regards,
    Yigit

    #877245

    Worked like a charm Yigit! Thanks! Great support as always :)

    #877256

    Hi,

    I’m glad you were able to get this fixed. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Contact From – Remove Border wrap. Use singel bottom border.’ is closed to new replies.