Hi,
Please add the below custom CSS to your SweetDate Child theme’s style.css via WP Admin > Appearance > Editor > SweetDate Child > Style.css to hide all other content on the page except for the main body
COPY CODE
.page-id-1005 #header {display: none;}
.page-id-1005 #breadcrumbs-wrapp {display: none;}
.page-id-1005 .top-links {display: none;}
.page-id-1005 #support {display: none;}
.page-id-1005 #footer {display: none;}
Note: If you create a new page to use this way at any point you will have to change the page ID in the CSS from 1005 to the ID of the new page.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution