I would like to remove the navigation both on desktop and mobile from the theme. I just want the page to appear without any logo, menu, etc.
Hello,
Then add this code into your Custom Css box:
.header_container { display: none; }
Best regards!
You must be logged in to reply to this topic.