Site logo

Archived topic

hide footer?

9 replies · Started by markus on May 11, 2020

Viewing posts 1–10 of 10

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

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.

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?

Unlikely.

Can you link me to the page in question?

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

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

No problem :)

This archived topic is closed to new replies.