- This topic has 1 reply, 2 voices, and was last updated 4 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘increase size of tagline’ is closed to new replies.
Home › Forums › Cordero Pro › increase size of tagline
Tagged: tagline
I want to change the size and style of the tagline. Can’t find the code to adjust
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.