Site Description font size

  • Hi,
    Sorry I never got back to you on my earlier post re: this subject which then got closed for my lack of reply back, but I still haven’t figured out how to get the tagline (site description) font size to change size. You said to add:

    .site-description {
    font-size: 16px;
    font-size: 1.6rem;
    }

    to the Custom CSS, and I did but the words “Life in the Country with a Two Year Old and Ten Acres” are still the same size and a bit too tiny to read. This is the only text I want to change the size of. No matter what values I plug in, nothing changes.

    Thanks again for any help!
    Paula

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

  • Hello,
    Please try the following CSS Snippet to the Custom CSS,

    body .wf-active .site-description {
      font-size: 16px;
      font-size: 1.6rem;
    }

    Please adjust the font size according to your need.
    Thanks

  • I tried this and still no luck. I’ve never seen the text “Life in the Country..” at the top of the page change sizes no matter what values I put in. Maybe this font just doesn’t get any bigger? You can look in my site if you need to. Thanks for the help!

  • Hello,

    Please enter the above CSS Code Snippet in the Custom CSS and don’t remove it whether it is working or not. In this way, i will be able to debug the code.

    Thanks

  • It is there, i never removed it.. Ive got a few other css snippets before it so you may need to scroll down..thanks!

  • Hello,

    It is there, i never removed it

    I am observing following inline style which is rendered by browser for site description styles.

    .wf-active .site-description { font-family: ff-market-web-1,ff-market-web-2,"Noto Sans",sans-serif; font-style: normal; font-weight: 400; font-variant: normal; font-size: 17px; }

    Have you input this code ?
    If not, than i think i have to refer this question to WordPress.com Engineer to sort out.

    Thanks

  • No I input it exactly as shown in the second post of this thread, I guess you can’t see exactly what I’ve got in my custom css area.. the above looks like the original code from the theme.

  • The topic ‘Site Description font size’ is closed to new replies.