Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #546867

    I want to update my contact form only for this page

    #546962

    Hi!

    Even though that would be possible, it would require heavy customization which is out of the scope of our support. Please hire a freelance developer.

    Regards,
    Yigit

    #547024

    hi

    Ok Thats fine but just look at the link
    can I have small grey line instead of this white rectangle

    that will be ok for me

    and I want submit button to changed.

    #547041

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top div .av-light-form .input-text, #top div .av-light-form input[type='text'], #top div .av-light-form input[type='input'], #top div .av-light-form input[type='password'], #top div .av-light-form input[type='email'], #top div .av-light-form input[type='number'], #top div .av-light-form input[type='url'], #top div .av-light-form input[type='tel'], #top div .av-light-form input[type='search'], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button {
        border: none;
        border-bottom: 1px solid white;
    }
    .main_color input[type='submit'] {
        border: none!important;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    Regards,
    Yigit

    #547268

    Hii

    Thanks bro it was good.
    Just bottom borders width needed to be reduced a bit
    I mean the line coming under every field which u named as bottom border

    #547294

    Hey!

    There is a
    http://www.w3schools.com/cssref/pr_border-width.asp
    border width option you can use, to maximize your needs

    Regards,
    Basilis

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