Creating a blank landing page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12572
    herbjoseph
    Member

    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?

    #12581
    Veena
    Moderator

    You can apply custom CSS(display property) to achieve the same.

    #12773
    herbjoseph
    Member

    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.

    #12784
    Veena
    Moderator

    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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.