Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #548410

    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

    #548574

    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

    #548854

    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!

    #548873

    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

    #549430

    Didn’t work.

    #549899

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Cheers!
    Yigit

    #549911

    will do.

    #549921

    Hi!

    You had a missing closing curly bracket in your Quick CSS field. I added it. Please review your website now

    Regards,
    Yigit

    #550116

    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!

    #550576

    Hi!

    Sure, we are marking this thread as resolved for now. Feel free to start a new one when your site is done :)
    Cheers!

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Font Change and some other tweaks’ is closed to new replies.