Remove Dotted Lines Between Title and Tagline
- The topic ‘Remove Dotted Lines Between Title and Tagline’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
in the page header, I’d like to remove the two dotted lines between the page title and the tagline. Is there a way to do this?
The blog I need help with is: (visible only to logged in users)
Hi there,
thank you for using our theme :)
Yes, you can add this CSS to hide it:
.site-description:before {
content: none;
}
Also, to reduce the new empty space, this CSS can help:
.site-description {
padding-top: 0;
margin-top: 0;
}
Here you are how to add it:
https://en.support.wordpress.com/custom-design/editing-css/
Hope this helps :)
Ricardo P. from SiloCreativo
Great, that worked! Thanks :)
Nice!
thank you for keeping us posted :)
Ricardo P.