steelmayhem 1 Report post Posted March 22, 2011 is there an easy way to create a squeeze page in iblogpro4? id like the entire page blank. Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 22, 2011 You can do it with CSS to remove major portions of a page. Admittedly it's easier in PlatformPro but still not too hard with CSS. Find the page-id of the page you want as a squeeze first. then precede each rule with something like this... `.page-id-xx #morefoot {display:none;}` Share this post Link to post Share on other sites
steelmayhem 1 Report post Posted March 22, 2011 will this remove header/navigation footer? or do i need a code for each one? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 23, 2011 For each, essentially you'll want to set the page as full width and then hide everything with CSS except for the content area. http://www.pagelines.com/docs/changing-colors-fonts http://www.w3schools.com/css/ Thanks, Bryan Share this post Link to post Share on other sites