badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

I want to hide the menu from two pages

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #46734
    #46737

    Hi 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

    #46775
    waterrabbit7
    Participant

    Hello 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.

    #46778
    waterrabbit7
    Participant

    Hello 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.

    #46859

    Hi 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.

    #46865
    waterrabbit7
    Participant

    Thank you so much! It worked!

    #46890
    waterrabbit7
    Participant

    Could 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!

    #46937

    To 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!

    #46975
    waterrabbit7
    Participant

    Hello! Just wanted to say, Thank you so much for your help…it worked!

    #46993

    Hi 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!

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.