Blank Page Template
-
Hi,
I am wondering if you can help.
I am trying to set up a completely blank page template.
I have added a php template removing headers, footers, navigation.I have assigned a class
sales-landing-page
An exmaple of a page is below. I have add some content just so i can see whats going on.
https://bigthinkingonline.com/test-4/
My problems are the following.
1. I can’t remove the entry title.
I have tried by calling the class and by the page idsales-landing-page .entry-title { display: none; } } body.page-id-2890 .title { display: none; } .page-id-2890 .entry-title { display: none; }
[Moderator note: Please wrap your code in backticks]
I have also tried H1 entry title and no difference.
2. Removing the Inner Wrap
I can not seem to remove the inner wrap which is fixed at a width of 960px.
If I use firebug I can see that the <div id=”inner”> is fixed at 960pxI have tried setting this to max-width= none and max-width 100% and it defaults back to 960px
body.page-id-2890-inner { margin: 0 auto; max-width: none; overflow: hidden; padding: 0px; width: 100%; }
I appreciate your help.
- The topic ‘Blank Page Template’ is closed to new replies.