Creating blank page

Hello,

I am using GRAV since few months ago, just from the ADMIN graphical panel with the GATEWAY theme.

I wonder if it is possible to create a blank page without any style information, no search bars, no recent post, etc.

Regards,

Camps

@icamps, Looking at the demo of Gateway is seems that page Full Width is quite clean…

From the skeletons repo, the frontmatter of the page looks as follows:

---
title: Fullwidth
body_classes: page page-template-default group-blog
fullwidth: true                                    <--- Try this setting
---
1 Like

That did it. Thanks!