Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1148561

    Hello,
    Please follow the link below:

    Could you please help me to change font and size of “USE THE FORM BELOW TO CONTACT US OR SCHEDULE A COMPLIMENTARY CONSULTATION” to Helvetica 18 regular (not bold)?
    Also, I’d like the frame to be not so harsh/bold. How to make it look regular/thinner?
    And last question is about the button: how to change font color to #000000 and make it bold, so it matches the rest?

    Thank you in advance!

    #1148569

    Hey gubano,

    Add the following to quick css:

    form h3{
    font-family:Helvetica!important;
    font-size:18px!important;
    font-weight:normal!important;
    }
    
    #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='password'], #top div .av-dark-form input[type='email'], #top div .av-dark-form input[type='number'], #top div .av-dark-form input[type='url'], #top div .av-dark-form input[type='tel'], #top div .av-dark-form input[type='search'], #top div .av-dark-form textarea, #top div .av-dark-form select, div div .av-dark-form .button {
    border-width: .9px !important;
    }
    
    input.button{
    color:#000!important;
    font-weight:bold!important;
    }

    You may need to go to contact.css and search and remove the following:

    #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='password'], #top div .av-dark-form input[type='email'], #top div .av-dark-form input[type='number'], #top div .av-dark-form input[type='url'], #top div .av-dark-form input[type='tel'], #top div .av-dark-form input[type='search'], #top div .av-dark-form textarea, #top div .av-dark-form select, div div .av-dark-form .button {
    border-width: 2px !important;
    }

    Best regards,
    Jordan Shannon

    #1148574

    Jordan,

    Thank you so much!
    One more thing: when I sent a test email, “Your message has been sent! Thank you! We will be in touch with you shortly.” appears in a frame and the font is bold. Could you please advise how to make it Helvetica 14 regular?

    Thank you!

    #1148579

    Hi,

    Add this to quick css:

    h3.avia-form-success {
    font-family:Helvetica!important;
    font-size:14px!important;
    font-weight:normal!important;
    }

    Best regards,
    Jordan Shannon

    #1148590

    Jordan,

    Thank you for your prompt response! The font looks great. “Your message has been sent! Thank you! We will be in touch with you shortly.” is still in a frame, and it’s orange. How do I change the frame color to #e0aa3e?

    Thank you!!!

    #1148613

    Hi,

    Add this to quick css:

    h3.avia-form-success {
    border-color:#e0aa3e!important;
    }

    Best regards,
    Jordan Shannon

    #1148662

    Thank you! You are awesome! :)

    #1148664

    Hi,

    No problem at all my friend! I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Need Help with Changes in Contact Form’ is closed to new replies.