• Need the “tagline” to be larger. What is the code to get this done?

    Using Custom css to change would be great.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am not sure which one you are referring as the tagline here. What I can see is the site name at the top and then a banner image. If you are calling your site name as tagline, then you can try this. Go to Appearance > Customize > Additional CSS and put this:

    .site-title {
       font-size: 4em;
    }

    Please let me know if this works for you.

    @goodsucess, you’ve clearly moved on to another theme, but the Additional CSS code that you’re looking for to change the tagline is as follows:

    .site-description{
       font-size: 4em;
    }
    

    Change the number 4 as needed.

    • This reply was modified 6 years, 9 months ago by harvey001.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tagline Font’ is closed to new replies.