RR
Rita r
Original poster
Member
#1
Hello!
I would like to hide the site title from the homepage on the mobile view, because it looks odd. Is it possible? How could I do it?
I managed to hide it in the desktop view with an additional CSS code: body .site-title {display: none;}, but it stays in the mobile view.
Any help would be appreciated!!
ST
Spiracle Themes
Original poster
#2
Hi Rita,
Please try the CSS below
body .site-title {
display: none !important;
}
@media (max-width: 767px) {
.navbar-brand {
padding: 0;
padding-left: 15px;
}
}
Copy and paste it in Appearance -> Customize -> Additonal CSS
Let us know if you have any questions
Best Regards