Font question. How can I change the font style on the contact form (quote request, general) at the top of it to match the set up font (quattrocento). Also the permanent link in the top bar is not the quattrocento, seems to look different. What short code will achieve that.
I would also like to change the contact forms boxes from bright white to a grey to match my current color scheme, is there a short code for that?
Thanks
Hi exposureclothing,
Please try the following in Quick CSS under Enfold–>General Styling:
label {
font-family: 'Quattrocento', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
Regards,
Rikard
Thanks Rikard, for the form itself, the borders are bright white, what is the short code to change the color of that? Thinking a light grey.
Thanks!
Hey!
Please add following code to Quick CSS as well
#top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
border-color: orange!important;
}
Best regards,
Yigit
Didn’t work.
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
Yigit
will do.
Hi!
You had a missing closing curly bracket in your Quick CSS field. I added it. Please review your website now
Regards,
Yigit
Thanks Yigit! Would of caught that if I wasn’t drinking beer lol.
I have some questions about the mobile aspect, but I will ask those later when the site is done and can be tested on iphone and droid tablet.
Thanks!