• I am looking to hide the top footer on my homepage. My bottom footer is hidden using css:
    body.page-id-951
    footer{display:none}

    I am not sure how I can edit this to hide the top footer.
    Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi –

    Can you share a bit more information? Are you trying to hide the part of the site including the logo and menu?

    Thread Starter jisleman

    (@jisleman)

    I am trying to hide the part of the page that has the terms of service, privacy policy and disclosures at the bottom of the page. The theme has 2 footers and I have only been able to figure out how to hide 1 of them.

    lizkarkoski

    (@lizkarkoski)

    Sorry for the delay. I somehow missed your reply! This should work. Let me know.

    .widget-footer-area {
    display: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide Top Footer’ is closed to new replies.