Hi,
Apologies if this is a really obvious question but after searching through the Q&A here, I couldn’t find the answer.
What I’d like to do is remove the site’s tagline from underneath my sidebar logo; I know I could just remove the tagline altogether but I’d prefer to keep it, just confined to the site’s <title> tags if possible.
Thanks! π
1 Answers
To resolve this issue, you can add the following code to the Header code (Dashboard > Customize > Custom code).
<style>.site-subtitle { text-indent: -999px; } </style>
Hope this helps !
Brilliant, thank you Dominic π
Please login or Register to submit your answer