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*

Remove Menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8601
    Renee
    Participant

    If I want to remove the menu from one page, i.e. my home page and just have images (which a user can click to take them inside the site), how can I remove the menu just from the landing/home page?

    Thank you.

    http://www.ereneesheehan.com is my test site.

    #8608
    Sanjip Shah
    Participant

    Just visited your site and I see that you have to different pages as landing page and home. In the custom css of the theme options. Add the following code to remove the menu from landing page.
    .page-id-807 #access { display: none; }
    Add the following code to remove the menu from home page.
    .home #access { display: none; }
    You can add the both above code to remove the menu from both pages.

    #8639
    Renee
    Participant

    Wonderful!
    On the landing page, I want to:
    1) remove the ‘header’ also – what is the custom css to do this?
    2) remove the social media icons on the bottom – I select No Sidebar, but they still appear?

    #8672
    Sanjip Shah
    Participant

    Hi, You can try the following css.
    1. .page-id-807 #branding { display: none; }
    2. I could not see the footer part on your site include the social media icons. Did you change anything? If this is some issue that you are facing, try re installing the theme and see if this helps.

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