- This topic has 3 replies, 2 voices, and was last updated 6 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Create a landing page.’ is closed to new replies.
Home › Forums › Trusted Pro › Create a landing page.
Any idea how I can create a landing page. Basically no menu in menu bar and no top right button. Hide with CSS?
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
It hid it in safari but not in anything else.. thoughts? https://goglobal1day.org/prayerguide/ Is the page.
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.