Archived topic
hiding logo on mobile
5 replies · Started by Simon on November 30, 2022
hi,
I was looking to hide the logo on mobile view. I found the CSS tweak from a closed thread in 2018 although it didn't hide it when I tried using WP customizer view.
Any suggestions?
Thanks
Simon
Hi there
can i see the site ?
Hi David,
Thanks for replying to me so quickly, much appreciated.
Can you disable the mobile header option in the customizer first?
https://docs.generatepress.com/article/mobile-header/
Then this should work:
@media (max-width: 768px) {
.site-logo {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
`Hi Leo,
Thanks ever so much! That worked perfectly :-)
No problem :)