Home Forums Cordero Pro increase size of tagline

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12086
    acowan
    Participant

    I want to change the size and style of the tagline. Can’t find the code to adjust

    #12087
    Yazmin
    Keymaster

    By default, the tagline inherits the body text size. To change the size of only the tagline, copy this snippet of CSS into ‘Appearance‘ > ‘Customize‘ > ‘Additional CSS

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

    16px is an example, you can change that to any size you want.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘increase size of tagline’ is closed to new replies.