Enlarging Tag Line Font In Header
-
How can I slightly enlarge my tag line in the header?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Use the following CSS:.site-description {
font-size: 1.5em;
}You can use your preferred size. If you’re new to CSS. Go to WP Admin > Appearance > Customize> CSS and paste this code in the white field.
-
.site-description { font-size: 1.5em; }You can adjust font size in above code according to your needs. Hope it will help
- The topic ‘Enlarging Tag Line Font In Header’ is closed to new replies.