How can I increase the font size for the Simpla theme?

  • Unknown's avatar

    I’m new to CSS and I’m trying to figure out how to figure out how to increase the font size on my theme

    I’m using the “simpla” theme and I want to increase the font on the following
    – the body of my blog posts
    – the tagline under the headline of my blog title
    – the items listed under each of the sections in the right hand navigation bar

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Tagline:

    #header p {
    font-size: 1.1em;
    }

    Body of posts/pages:

    #content {
    font-size: 1.2em;
    }

    Sidebar:

    #sidebar {
    font-size: 1.1em;
    }
  • The topic ‘How can I increase the font size for the Simpla theme?’ is closed to new replies.