Home Forums Trusted Pro Create a landing page.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4877
    Phillip Allen
    Participant

    Any idea how I can create a landing page. Basically no menu in menu bar and no top right button. Hide with CSS?

    #4878
    Andy
    Keymaster

    Yes, you can hide the main menu and the top right button on a specific page with a snippet of ‘Additional CSS’ added in the customizer.

    e.g. if the page ID is 29, the CSS would be this:

    .page-id-29 #top-info,
    .page-id-29 .site-navigation {
        display: none;
    }

    You can find the relevant page ID from the ‘post=29’ part of the URL in your browser address bar when editing the page e.g. ...wp-admin/post.php?post=29&action=edit

    #4900
    Phillip Allen
    Participant

    It hid it in safari but not in anything else.. thoughts? https://goglobal1day.org/prayerguide/ Is the page.

    #4902
    Andy
    Keymaster

    I have looked at your page in chrome, edge, IE, firefox and safari browsers and the menu and top right button areas are hidden exactly as they should be.

    The CSS will apply to all browsers. It might be worth emptying your browser cache and refreshing the page just be to sure you are not seeing cached page.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Create a landing page.’ is closed to new replies.