How to add a second tagline in the Header
-
add second and third tagline
I need to add a second and third tagline in the header. How might I do this?The blog I need help with is: (visible only to logged in users)
-
-
Hi there,
Your WordPress.com site only has one tagline built into it, but you can use custom CSS (which is part of your WordPress.com Premium upgrade) to create more taglines.
To add custom CSS, go to Appearance > Customize in your dashboard and select CSS from the Customize tools. In the CSS editor, you can enter the following CSS:
#site-description:after { white-space: pre-wrap; content: "A Second tagline A Third tagline"; }You can add your own taglines in the code above, leaving “A” before each tagline so it appear on a new line on the page.
Please let me know how that works for you!
- The topic ‘How to add a second tagline in the Header’ is closed to new replies.