Home › Forums › Gravida Support › Gravida Pro How to make empty menu bar for one page
- This topic has 7 replies, 2 voices, and was last updated 5 years, 11 months ago by
Forum Moderator.
-
AuthorPosts
-
October 12, 2017 at 8:10 am #85358
Hi,
I would like to prepare one page as landing page.
This page should have empty menu bar so that users can not navigate to other page from this page by using menu.
How can I do this?Best Regards
László
October 12, 2017 at 9:39 am #85363Hi,
Kindly show us your website URL so that we can assist further.
Regards,
ChrisOctober 12, 2017 at 9:48 am #85366Hi,
This is the landing page (under construction).
https://jobbmunkahely.hu/oneletrajz-allasinterju-tanacsadas/Regards
LaciOctober 12, 2017 at 9:52 am #85369Hi,
Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:
#topmenu { display:none !important;}
Regards,
ChrisOctober 12, 2017 at 10:15 am #85375Hi,
Thank you but this hide the menu in general on all page. I would like to hide the menu only on one page and display the menu on all other page.
Best Regards
LászlóOctober 12, 2017 at 10:20 am #85377Hi,
Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:
.home #topmenu { display:none !important;}
Regards,
ChrisOctober 12, 2017 at 10:30 am #85380Hi,
Thank you, but it is not the home page ( I wrote one page) where I want to hide menu. It is the page I sent the url link.
Regards
LászlóOctober 12, 2017 at 10:39 am #85381Hi,
Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:
.page-id-2313 #topmenu {display: none !important;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.