• Resolved zeldarella

    (@zeldarella)


    Hello,

    Please could someone help me understand how to change the font size on the front page of my website? It looks too big compared to everything else.

    I am a beginner, so please use plain language!

    Many thanks

    Selda

Viewing 4 replies - 1 through 4 (of 4 total)
  • Read up on CSS.

    You can then create a CSS-rule that will affect the font size on the front page; the responsive theme offers a place where you can add that CSS: Appearance -> Theme Options -> CSS.

    It might look something like:

    #featured-content p {
        font-size: 12px;
    }

    Recently yynac.wordpress.com moved to yynac.com.au. I want to get the heading fonts the same as the blog site without luck. I have tried a couple of things and now I am trying to make changes as suggested but think I have not written up the CSS correctly. I used Firefox to find in in the blog version. See below:

    #entry-title post-title h3 {
    font-family: “Alegreya Sans”,sans-serif;
    font-style: normal;
    font-weight: 400;
    }
    h1 {
    font-size: 2.625em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    }
    h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 700;
    line-height: 1em;
    word-wrap: break-word;
    }

    yynac.com.au isn’t running on WordPress?

    hi there – it is on wordpress – using the responsive template.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change the font size on the front page’ is closed to new replies.