
-
AuthorPosts
-
October 16, 2019 at 6:14 pm #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!
October 16, 2019 at 6:32 pm #1148569Hey 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 ShannonOctober 16, 2019 at 6:48 pm #1148574Jordan,
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!
October 16, 2019 at 7:17 pm #1148579Hi,
Add this to quick css:
h3.avia-form-success { font-family:Helvetica!important; font-size:14px!important; font-weight:normal!important; }
Best regards,
Jordan ShannonOctober 16, 2019 at 7:33 pm #1148590Jordan,
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!!!
October 16, 2019 at 7:57 pm #1148613Hi,
Add this to quick css:
h3.avia-form-success { border-color:#e0aa3e!important; }
Best regards,
Jordan ShannonOctober 16, 2019 at 8:49 pm #1148662Thank you! You are awesome! :)
October 16, 2019 at 8:55 pm #1148664Hi,
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 -
AuthorPosts
- The topic ‘Need Help with Changes in Contact Form’ is closed to new replies.