Page without Site Title?
Hi, I’m trying to build a few pages without a site title, just a slider… Is that possible in this theme? Thank you!
URL: http://nwpixel.com
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Dave
There isn’t a page template for this but it is possible to remove the header using a custom CSS plugin like Simple Custom CSS. In that plugin you’d say:
.page-id-14 header#masthead { display: none; }The .page-id-14 is the body class for the page we want to do this on. The example comes from this page here: http://demo.siteorigin.com/vantage/page-builder/. Inspect the page source, find the body tag, see the unique class.
If you’re unsure how to inspect the page source please see: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/.
That line of CSS would need to be repeated for each page/post you wanted to do this on.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.