Forums
Home / Theme: Switty / Hiding Site Title
(@jleddy)
5 years, 11 months ago
Is thereaway to hide the site title for this theme?
(@addweb-solution-pvt-ltd)
Hello jleddy,
you can remove site title from theme customizer -> site identity -> site title.
Hope this will helps you.
Thanks.
Hello,
Thanks, but I don’t want to remove it – I only want to hide it so that it’s not visible i the top menu bar.
To hide the site title you can try the following css into your current active child theme’s style.css file or you can add additional css option in theme customizer
.navbar-header { display: none; }
Hope this will help you. thanks.
That worked – thank you!!