Creating a blank landing page Support Forums for LiveMesh Themes & Plugins › Forums › Agile Theme Support › Creating a blank landing page This topic has 3 replies, 2 voices, and was last updated 9 years, 9 months ago by Veena. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 2, 2015 at 9:07 pm #12572 herbjosephMember I would like to have a stripped down page to point ads to. How could I remove the footer and Menu from just 1 page to act as a landing page? March 3, 2015 at 5:50 am #12581 VeenaModerator You can apply custom CSS(display property) to achieve the same. March 11, 2015 at 8:47 pm #12773 herbjosephMember How would I add that to one page though? Sorry, Im not too development savvy, can you give me more details on how I can accomplish this. March 12, 2015 at 7:43 am #12784 VeenaModerator You need to target the specific page’s id and give custom CSS (display: none;). For example : .page-id-3609 #footer { display: none; } .page-id-3609 #footer-bottom { display: none; } You need to replace – 3609 with your page’s id. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) The forum ‘Agile Theme Support’ is closed to new topics and replies.