Support » Fixing WordPress » Increase font size on my Site Title and Tagline

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

    (@vtxyzzy)

    First, you should use a Child theme for your changes. If you do not, your changes will be lost if you update the theme.

    Try adding this to the end of your child theme style.css:

    #site-title {
       font-size: 56px;
       width:  690px;
    }
    #site-description {
       font-size: 24px;
       padding-top: 20px;
       width: 690px;
    }

    Hi, I’m using ChaoticSoul Theme.

    Here’s my site

    http://www.cescoemmanuel.com

    How can I change my title & tagline size & colour to be bigger and brighter?

    Thanks

    Cesco

    Please post your own topic.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Increase font size on my Site Title and Tagline’ is closed to new replies.