Archived topic
how to disable footer widgets area in blog posts?
3 replies · Started by Halil on December 6, 2017
Viewing posts 1–4 of 4
There are some options to disable elements; which includes footer too.
Howeever I'd like to disable "footer widgets area" sectin in blog posts not the footer bar.
How can I do this?
Hi there,
To disable the footer widgets in single posts, you can use this CSS:
.single .footer-widgets {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
thanks. it worked.
No problem!
This archived topic is closed to new replies.