Hello there,
Moesia theme doesn’t currently have a page template for that purpose. However, you can use ‘Full width’ page template and add extra CSS code like below to Additional CSS under Customize menu.
.page-id-2.page-template-page_fullwidth .site-header, .page-id-2.page-template-page_fullwidth .sticky-wrapper, .page-id-2.page-template-page_fullwidth .site-footer {
display: none !important;
}
Specify your page ID number on ths class selector .page-id-2. You can get it on your web browser’s address bar which reads something like this:
yoursite.com/wp-admin/post.php?post=2&action=edit
Stay safe.
Have an excellent day ??
Regards,
Kharis