Archived topic
Hide Site Tagline on Mobile
3 replies · Started by Robert on June 6, 2018
Viewing posts 1–4 of 4
Customizer shows three different page size views. Is it possible to hide the site tagline only on the smallest of those?
Hi Robert,
add this CSS:
@media (max-width: 420px) {
.site-description {
display: none;
}
}
Thank you!
You're welcome
This archived topic is closed to new replies.