how to hide site title description from showing on page
-
how do I hide my site title description from showing on page
The blog I need help with is: (visible only to logged in users)
-
-
Hi there!
Yes you can do both!
If you want to make it lowercase and italic add this to your CSS when you go to Appearance > Customize > CSS:
h4.tagline { text-transform: lowercase; font-style: italic; }If you want to hide it add this:
h4.tagline { display: none; }Let me know if you have any questions with this!
- The topic ‘how to hide site title description from showing on page’ is closed to new replies.