• Resolved OTT

    (@dms666)


    I cannot for the life of me figure out how to change the font size of my site’s tagline.

    There are currently no “site-…” entries in the .css for the custom theme.

    I tried adding the site-description below, but it had no effect.

    #site-description {
    font-size: 24px;
    }

    Any thoughts?

    https://www.ottas.ca

Viewing 4 replies - 1 through 4 (of 4 total)
  • Greetings

    The tagline selector is:

    #header .tagline {}

    And the existing code is:

    .post-content h3, .project-content h3, #header .tagline {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    Good Luck

    Thread Starter OTT

    (@dms666)

    Does this get added to the style.css?

    I tried it but it had no effect.

    It appears the tagline is not there. Did you remove it somehow?

    After you might put it back, I would suggest you should try a custom css plugin like the one in jetpack, that way you don’t have to figure out which file to modify. Try this code:

    #header h3.tagline {
        font-size: 24px;
        line-height: 36px;
    }

    Thread Starter OTT

    (@dms666)

    I decided to just get rid of it.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tagline font size’ is closed to new replies.