• Resolved djoanpetersen

    (@djoanpetersen)


    HI – I would like to change the typography on one of my pages (you list different options on the theme page). How do I do that?
    thanks!

Viewing 1 replies (of 1 total)
  • Hi,

    If you are using firefox and firebug tool added on. You can see for every page in the body tag a class like page-id-SOMENUMBER is there. You could use this to change the typography on your specific page.
    Example
    .page-id-SOMENUMBER h2{
    YOUR CUSTOM CSS HERE
    }

    To add the custom CSS, in the dashboard, go to Appearance->Theme Options->Design Options->Custom CSS. Add your custom css and click on save all changes.

    Regards,
    Team Horse

Viewing 1 replies (of 1 total)
  • The topic ‘how do I change Typography?’ is closed to new replies.