Wordpress remove theme elements / full background

by 3 replies
4
I'm trying to figure out how on a specific page in Wordpress I can not display any elements normally on a page, and instead just have a full page background along with whatever content I wish to include.

If you're familiar with Lead Rocket Pro, that's exactly what I'm trying to do except I want to include a custom form instead of an email signup.
#website design #background #elements #full #remove #theme #wordpress
  • If your theme doesn't have a full width template you can just make a custom template and either include the header and footer or have the page look completely different.

    It's really easy to do... just a few lines at the top of the file makes it a custom page. Take a look in Google and you'll find loads of information.

    Steve
  • Depending on how you're doing your custom forms, another option could be to just make a separate html page.
  • You'll just need to make a custom template. It's not hard to do, especially if there is already a full-width template or some other custom template already built in to the theme.

    Essentially what you do, is create a new php page template with your specifications and then just select it when you are creating a page from the drop down.

    More info here: Pages « WordPress Codex
  • [DELETED]

Next Topics on Trending Feed

  • 4

    I'm trying to figure out how on a specific page in Wordpress I can not display any elements normally on a page, and instead just have a full page background along with whatever content I wish to include. If you're familiar with Lead Rocket Pro, that's exactly what I'm trying to do except I want to include a custom form instead of an email signup.