CSS for changing Title font size in the Marquee Theme

  • Unknown's avatar

    Hoping someone can help here…

    I want my site title font to be bigger than the small size and smaller than the normal size as shown in the template customizer. I figure CSS is the only way to fix that. Is there a way to change the site title font size without changing the blog title size?

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

  • Unknown's avatar

    Hi there,

    We’d be happy to help, but could you please clarify what you mean by “site title font”? Are you trying to, for example, change the “Pagan Book Nook” text, or perhaps the “Readings, Musings & Magic” text?

    Assuming you meant the “Pagan Book Nook” line, this CSS should work for you:

    .site-title a {
    font-size: 80px;
    text-align: center;
    }

    You could adjust “80px” to suit whichever size you like. But if you let us know what you’re referring to, we’ll do our best to help. :)

  • Unknown's avatar

    Actually, I don’t think you need the text-align bit. This should hopefully work just fine too. :)

    .site-title a {
    font-size: 80px;
    }

  • Unknown's avatar

    Yes, I’m trying to make Pagan Book Nook smaller not Readings, Musings, and Magic.

  • Unknown's avatar

    I used the code but it doesn’t work. It may be because I’m using IE to view the site and I’m at work. I’ll try a different browser later. Thanks.

  • The topic ‘CSS for changing Title font size in the Marquee Theme’ is closed to new replies.