Archived topic
Logo mobile
3 replies · Started by Leon on January 12, 2017
Viewing posts 1–4 of 4
Hi! I would like to make the logo invisible for mobile/tablet users. My Logo is too big and I would like to not show the logo at all for mobile and tablet users. Is this possible? Thanks so much! Great work!
Hi Leon,
Try this CSS:
@media (max-width: 768px) {
.site-logo {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Thanks. Works perfect!
Glad I can help!
This archived topic is closed to new replies.