Remove title from navigation bar
- The topic ‘Remove title from navigation bar’ is closed to new replies.
Need help? Check out our Support site, then
Hi there! Just wondering if there is a way to remove the site title from the navigation bar. I’m slowly putting my first blog together so this is all really new to me but any help with this would be greatly appreciated! :)
The blog I need help with is: (visible only to logged in users)
Hi katfranc,
thanks you for writing and using Silvio!
Yes, you can add this CSS to hide the title:
.silvio-name {
display: none !important;
}
Here you are how to add to your site:
https://en.support.wordpress.com/custom-design/editing-css/
Hope this helps :)
Ricardo P. from SiloCreativo
That’s perfect, thank you!
Glad to hear that :)
Have a nice day!
Ricardo P. from SiloCreativo