This topic has 1 reply, 2 voices, and was last updated 7 years by Kieran_SQ.

  • Author
  • #194693
     shaundrania
    Participant

    Good Morning,

    How do I make one of my pages a landing page or a page that doesn’t show the menu, the footer or any other information on the page outside of the content in the body of the page?  I don’t even want the login/signup button to show on the page.  

    The page I want to make as a landing page is the Aligned Matchmaking Services page.  Please help.

     

    Thank You!!

    #194702
     Kieran_SQ
    Moderator

    Hi,

    Please add the below custom CSS to your SweetDate Child theme’s style.css via WP Admin > Appearance > Editor > SweetDate Child > Style.css to hide all other content on the page except for the main body

    COPY CODE
    .page-id-1005 #header {display: none;}
    .page-id-1005 #breadcrumbs-wrapp {display: none;}
    .page-id-1005 .top-links {display: none;}
    .page-id-1005 #support {display: none;}
    .page-id-1005 #footer {display: none;}

    Note: If you create a new page to use this way at any point you will have to change the page ID in the CSS from 1005 to the ID of the new page.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?