Archived topic
Hide Homepage (sub)title on mobile
3 replies · Started by Ernst Wilhelm on March 28, 2021
Viewing posts 1–4 of 4
Hi. Can you show me a simplecl css way to hide Homepage title and, or subtitle in the header on mobile.
Thank you.
Hi there,
the simplest method would be to enable the Mobile Header in Customizer > Layout > Header.
If you want to keep the default site header then use this CSS to remove Title and Subtitle
@media(max-width: 768px) {
.site-branding {
display: none;
}
}
Hi. Thanks. In my situation your css code works quite well. Thanks.
Glad to to be of help
This archived topic is closed to new replies.