hide main menu in login page

Posted in: Newspaper
Post count: 19

Is there a way to hide main menu in login page?

Post count: 23312

Hello Dariob,

Please provide more details about the page on wich you want to hide the main menu. I need to know these details so I will be able to provide a more accurate response.
As the reference, you should check this topic, https://forum.tagdiv.com/topic/conditional-logic-for-menu/ maybe you find what you needed.

Thank you for the message!

Post count: 19

I need to create a page with only login and some text, so I’ve created a page with no sidebar but main menu is still visible. I wan’t to hide it.

Post count: 23312

Hello Dariob,

If you want to have some pages without the menu, you have to use a bit of CSS to hide it for your desired page with your page ID. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.page-id-38 .td-header-main-menu {
display:none;
}

Above, I gave you an example for a random page and I have presented you how you can hide the menu for a certain page. Please try this and implement into your website.

The result you should see here -> http://screencast.com/t/uF8uXrez -> http://screencast.com/t/6lFSMSUH4

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 19

Perfect!
Thank you so much!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.