Soma Theme Help Free theme

Hide site title in mobile view

RR Started by Rita r · June 25, 2020 at 9:43 am · 1 reply 0 voices Last reply 6 years ago
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

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Hide site title in mobile view

By posting, your reply becomes public (unless marked private).