• Hello!

    I tried the usual css .site-description and h2 codes for changing the site tagline font, but it didn’t work, at least not with the font I chose: Bilbo Swash Caps. Could you please help me.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • See screenshot:
    https://postimg.cc/SJ5Q1344/9599fa00
    You’re loading Roboto from Google fonts.

    You’ll need to update the font selection in your theme Customizer.

    Also, the tagline css you want to target is:
    p.site-description

    If you need to use css you can add this to Customizer –> Additional CSS:
    .site-description {
    margin: 0;
    font-family: bilbo-swash-caps;
    font-size: 1.25em;
    }

    Thread Starter Alex

    (@expofield)

    It doesn’t make change.
    I tried with !important, too.

    Works okay for me:
    https://postimg.cc/mzzDdk5b

    You can use this instead if you want:

    .ast-site-identity .site-description {
        color: red;
        margin: 0;
        font-family: bilbo-swash-caps;
        font-size: 2.25em;
    }

    If it doesn’t work, then there is something else conflicting with the order of precedence. !important should be avoided unless necessary.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Site Description Font Change’ is closed to new replies.