Tagged: hide, menu, register/ login
- This topic has 9 replies, 3 voices, and was last updated 8 years, 2 months ago by Theme Horse Support Team.
-
AuthorPosts
-
August 30, 2016 at 3:44 am #46734waterrabbit7Participant
Hello.
I want to hide the menu from two pages, the Register/Login & Login pages only. For example, I have a Register/ Login page and I don’t want the menu to show up at all. This is the static page and doesn’t seem to have a page number. I am using the Interface theme. Please, if someone is able to help in very plain English…as I am a new beginner. My site is not yet live.
August 30, 2016 at 7:27 am #46737Theme Horse Support TeamKeymasterHi waterrabbit7,
WordPress automatically generate an ID for each post and pages where you can use that ID to hide the menu for specific pages by using custom css. If you are unable to hide the menu for specific page then please provide us the exact link of that pages where you want to hide the menu.Thank you
August 31, 2016 at 5:53 pm #46775waterrabbit7ParticipantHello and thank you for your help.
I have not been able to hide menu from two pages.
The two pages where I would like to hide the menu are the Register/ Login Page and the Login Page.
I think the following are the ID’s:
http://69.195.124.142/~twowayse/wp-admin/post.php?post=115&action=edit (This is the Register/ Login Page)
http://69.195.124.142/~twowayse/wp-admin/post.php?post=113&action=edit (This is the Login Page)
I appreciate any help you can provide.
Thank you.
September 1, 2016 at 3:25 am #46778waterrabbit7ParticipantHello Help Anyone,
I saw a video that was somewhat informative. As mentioned above I have a WordPress web site with a Horse Theme. I am trying to hide the menu on certain pages, the Register/ Login page as an example. I am thinking there is some code I can add to the CSS Classes field to hide the menu…if I am correct…what would the code be? I am a newbie on WordPress…go easy on me.
September 6, 2016 at 11:00 am #46859Theme Horse Support TeamKeymasterHi Waterrabbit7,
To hide the menu in Register/ Login Page and the Login Page go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and click on save button:
.page-id-113 #access, .page-id-115 #access { display: none; } #site-logo { margin-bottom: 32px; }
Thank you for using our theme.
September 6, 2016 at 3:15 pm #46865waterrabbit7ParticipantThank you so much! It worked!
September 7, 2016 at 2:01 am #46890waterrabbit7ParticipantCould I get a little more help?
I added some advertising banners on the sidebar…but it appeared on all the pages. I would like to remove them from the Register/ Login Page. Below is the ID:
http://69.195.124.142/~twowayse/wp-admin/post.php?post=115&action=edit (This is the Register/ Login Page)
Thanks!
September 9, 2016 at 12:00 pm #46937Theme Horse Support TeamKeymasterTo remove the advertising banners on the sidebar from the Register/ Login Page go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS and add the following CSS code and click on save button:
.page-id-113 #secondary .widget_text, .page-id-115 #secondary .widget_text { display: none; }
Thank you!
September 12, 2016 at 5:21 pm #46975waterrabbit7ParticipantHello! Just wanted to say, Thank you so much for your help…it worked!
September 13, 2016 at 8:02 am #46993Theme Horse Support TeamKeymasterHi waterrabbit7,
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/interface
We really appreciate your rating.Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.