[Resolved] Widgets bottom of page

Home Forums Support [Resolved] Widgets bottom of page

Home Forums Support Widgets bottom of page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #229536
    Philippe

    Hello again,

    Another concern when I removed the footer widgets on the blog page, there is still posted.

    what can I do.

    thank you,

    Philippe

    #229572
    Tom
    Lead Developer
    Lead Developer

    The blog page ignores any metabox changes – this is a WordPress limitation.

    You can do it using CSS in this case:

    .blog .footer-widgets {
        display: none;
    }

    If you want to remove it from the blog and archive pages (categories, archives etc..):

    .blog .footer-widgets,
    .archive .footer-widgets {
        display: none;
    }
    #229584
    Philippe

    The CSS works fine thank you, and congratulations it’s a beautiful baby!

    #229585
    Tom
    Lead Developer
    Lead Developer

    Thank you! 🙂

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