Archived topic
Hide footer bar on computer
3 replies · Started by Matthieu on January 22, 2021
Viewing posts 1–4 of 4
Hello is it possible to hide the footer bar on computer? Thanks.
Hi there,
Try this CSS:
@media (min-width: 769px) {
.site-info {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
It's perfect thanks !
No problem :)
This archived topic is closed to new replies.