[Resolved] how to disable footer widgets area in blog posts?

Home Forums Support [Resolved] how to disable footer widgets area in blog posts?

Home Forums Support how to disable footer widgets area in blog posts?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #442817
    Halil

    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?

    #443077
    Leo
    Staff
    Customer Support

    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/

    #443090
    Halil

    thanks. it worked.

    #443134
    Leo
    Staff
    Customer Support

    No problem!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.