[Resolved] Disable Footer Widgets

Home Forums Support [Resolved] Disable Footer Widgets

Home Forums Support Disable Footer Widgets

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #131377
    bluebit

    How do I disable just the footer widgets, not the footer? I want the footer to touch the body.

    #131378
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    This should help: https://generatepress.com/knowledgebase/choosing-footer-widgets/

    Let me know 🙂

    #131380
    bluebit

    Actually, I think it’s the content body. I want to get rid of the greenish space.

    I removed all spaces in the content, but can’t make the photo touch the footer.

    #131384
    Tom
    Lead Developer
    Lead Developer

    Give this CSS a try:

    .home .hentry,
    .home.one-container .inside-article,
    .home .entry-content p {
          margin-bottom: 0;
          padding-bottom: 0;
    }
    
    .home .entry-content img {
          position: relative;
          vertical-align: bottom;
    }
    #1009161
    Timothy Ajayi

    Hi,
    Please, I am trying to disable the whole footer area. I will be building mine using elementor. I don’t seem to find where this is:

    https://docs.generatepress.com/article/layout-element-overview/#disable-element

    Please help.

    #1009242
    David
    Staff
    Customer Support

    Hi there,

    if you want to disable it site wide then use the Layout Element:

    https://docs.generatepress.com/article/layout-element-overview/

    Under the disable options you can remove the footer.

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