Create a new page template

Posted in: Newspaper
Post count: 11

Hi

I’d like to create a new “sales” page template that will :
1. remove the menu bar
2. make the width of page a bit smaller
3. remove the page title

Could you please advise me how to do this? I basically need it to build a sales page for my website, which is meant to be simple and straight-forward and doesn’t incite people to leave the page.

Many thanks in advance!

Post count: 22421

Hello,

Maybe this topic regarding a completely blank page may be of help: https://forum.tagdiv.com/topic/how-do-i-create-a-completely-blank-page/#post-68273
Regarding the width, wou will have to edit it with css but it is not reccomended as the elements displayed depend on the theme’s fixed width. It could break the layout. You can try it out using this code:

.page-id-148 .td-container {
width: 900px;
}

The code will not apply to your page as it is. Every page has it’s own ID. mine was 148. change the id to your own page id as the code will only apply to that particular page.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.