• I’m using the Oxygen theme on my website but I’d like to increase the size of the font in the body of the text i.e. the menu and headings are OK. What do you advise?
    James

Viewing 1 replies (of 1 total)
  • First get comfortable with with a browser inspector such as firebug, it will show you how your CSS is working. Then login to your website and while viewing a page showing your bodytext, activate the “customiser” and having identified the CSS class(es) applying to your body text, add custom CSS to your site using the tab in customiser, add a block like this:

    .bodyTextClasses {
     font-size: 120%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Oxygen theme – increase font size’ is closed to new replies.