Hi – I was wondering if it’s possible to change the font on a single page that is different from the font set in the general styling tab? Thanks for any help you can give.
Anna
Hey!
Try adding this code to the Quick CSS:
body.page-id-123{font-family:'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;}
123 would be the ID of the Page.
Cheers!
Josue