-
AuthorPosts
-
May 11, 2015 at 6:12 pm #271173
Hello,
I’m creating a landing page for a sales funnel but I need to remove the menu from one or two specific pages. Is there documentation on how to do this? I didn’t see a template that removed the menu, only the header, footer or sidebars.
Thank you.
May 11, 2015 at 9:19 pm #271266Hello Michael,
Thanks for writing in!
TO remove navigation from specific pages, kindly use the following CSS under Custom > CSS in the Customizer:
.page-id-414 .x-navbar-wrap { display: none; }
Note: Kindly replace the page id with your own.
To find page id kindly walk-through the following thread:
https://theme.co/x/member/forums/topic/how-to-turn-off-commenting-on-blog-posts/#post-271088
Hope that helps.
Thanks.
May 12, 2015 at 1:24 am #271376Perfect. Thank you!
May 12, 2015 at 4:51 am #271493You’re most welcome!
May 4, 2016 at 12:31 pm #912881Hello,
I see on top the tip to remove sidebar navigation from certain pages:.page-id-414 .x-navbar-wrap {
display: none;
}I tried applying that to the page created by Woocommerce but it doesn’t work. For a start, I can’t use Cornerstone to edit the page. Where should I enter the above CSS?
May 4, 2016 at 4:35 pm #913275Hi there, Can you provide us with the page where you’d want to achieve this?
Thanks
May 5, 2016 at 1:19 am #913852Hi Rahul,
I’m a beginner, and my site is not up. I just tried using Woocommerce to do a product page. So it can be just the overall category page or a single product page in Woocommerce.Since I can’t use Cornerstone to edit, where should I input the CSS?
May 5, 2016 at 6:52 am #914138Hi there,
You can add the CSS code at your WP Dashboard/ Appearance / Customizer / Custom / CSS
Let us know if you need further help,
Thanks,
Joao
May 6, 2016 at 8:28 am #978573Hi Joao,
I see where you meant.So the formula is to add this:
.page-id-414 .x-navbar-wrap {
display: none;
}Is it correct:
a) instead of using the number “414”, I input the number of the page where I want the menu removed?
b) to look for the correct number, I go to Dashboard, pages, then hover over that page, and see the “post=XXX” at the bottom left of my screen?
By the way, how do I look out for your reply the next day? This is thread not part of “My Topic”. It took me a long time to search for this page in the Forum.
May 6, 2016 at 1:45 pm #978968Hi There,
1) Yes you put the page ID
2) Please refer to this link for more information
https://community.theme.co/kb/how-to-locate-post-ids/
3) When you are participating on a topic which you didnt started to follow it, you need to go the Forum,
Click on My Topics, then on My Replies
See image attached:
Let us know if it you need further help with anything,
Thanks,
Joao
May 11, 2016 at 10:53 am #986056Hi Joao,
Your advice helped – yes, I got the menu removed from the one page I wanted.However, the side bar remains – meaning, the text and words of the menu & header logo are gone, but this leaves a blank bar (which at the moment, has a background image). How do I remove that side bar (& background image) too, so that the rest of the main body stretches to fill the whole width?
Look forward to hear from you again.
May 11, 2016 at 12:31 pm #986202May 11, 2016 at 2:22 pm #986408Hi Thai,
My website is not up yet. 🙁Any generic advice, or codes I can use?
May 11, 2016 at 8:15 pm #986914Hey There,
Could you please tell us what stack are your using and also tell us the Navbar Position whether is it static, fixed top, fixed left or fixed right. Perhaps a screenshot would be helpful so that we will have an idea of how your site looks like.
Please let us know how it goes.
-
AuthorPosts