Hi –
Can you share a bit more information? Are you trying to hide the part of the site including the logo and menu?
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.
Sorry for the delay. I somehow missed your reply! This should work. Let me know.
.widget-footer-area {
display: none;
}