Archived topic
disable whole page content filter
1 reply · Started by jasond on December 9, 2019
Viewing posts 1–2 of 2
can you help to provide the filter to display the whole page content section on the frontpage? I just want to display the hero section only (created by Element)
Thanks
Hi there,
There is no filter for that but this CSS should help:
.home #page {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.