[Resolved] hide footer?

Home Forums Support [Resolved] hide footer?

Home Forums Support hide footer?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1279895
    markus

    Trying to hide entire footer section on my shop page. Using Elements works for other pages but not for shop page. Using shortcode .page-id-78802 .footer_bar { display: none; } does not work either. Could use some assist. TIA

    #1280029
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

    body.page-id-78149 .site-footer {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #1280077
    markus
    #1280080
    Leo
    Staff
    Customer Support

    I don’t have access to that page unfortunately.

    The CSS should definitely work. You just need to make sure the page ID is correct.

    #1281331
    markus

    ok, so my code is

    body.page-id-78802 .site-footer {
        display: none;
    }

    and I still see the footer. Maybe some WooComm plugin taking over?

    #1281333
    Leo
    Staff
    Customer Support

    Unlikely.

    Can you link me to the page in question?

    #1281372
    markus

    https://stellarsoundlabs.com/shop-music-mastering/

    This page is designated as my Shop page.
    I am currently working on it. thanks.

    #1281374
    Leo
    Staff
    Customer Support

    The shop page doesn’t come with a page id so that’s why the CSS isn’t working.

    Try this selector:
    body.post-type-archive-product .site-footer

    #1281449
    markus

    Bingo. Thanks. I learn something every time from you guys.

    #1281555
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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