Hi,
I would like to change the font to Georgia of the entire website (woocommerce included, of course).
Maybe with a Quick CSS?
thanks,
Luca
Hi,
I would like to change the font to Georgia of the entire website (woocommerce included, of course).
Maybe with a Quick CSS?
thanks,
Luca
Hi Luca,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
body {
font-family: "Georgia";
}
If there are any other headlines or bits that don't inherit that font, just link us to your site and point them out and we'll see if we can fix them :)
Regards,
Devin
Hi Devin,
it works!
the only thing is now also the left menu is in georgia, I need it back in Arial
(or what it was when selecting "no custom font" for the Heading Font).
this is the link
http://www.lucaamendolamassani.com/laurab/
thank you very much for your help,
Luca
Hey Luca,
This should do it:
#menu-main {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
Regards,
Devin
Hi Devin,
great, thank you very much!
Luca
Hi Luca,
Glad that Devin helped you. :)
Cheers,
Ismael
This topic has been closed to new replies.