how to eliminate the top menu on home page

Discussion in 'StartPoint Business One Page WordPress Theme' started by sandradohn, Aug 18, 2017.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    HI There, How do I remove the menu from showing on the home page? I have attached a screenshot. Thanks, Sandra
     
  2. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    here is the screenshot. thanks, Sandra
     

    Attached Files:

  3. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To remove the top menu bar, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .menu-wrapper-bg ul#menu-front {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  4. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, I tried this and it did not work. I also cleared my cashe. Please advise. Thanks, Sandra
     
  5. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello Sandra,

    Just paste the code in the Additional CSS section instead of Custom CSS section.
    (Dashboard->Appearence -> Customize -> Additional CSS)

    Hope this helps...!

    Regards,
    Akbar
    InkThemes.com
     
  6. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    HI There, I tried this and it did not work. Please advise. Thanks, Sandra
     
  7. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi Sandra,

    Use the below mentioned code:

    Code:
    .menu-wrapper-bg ul#menu-front {
        display: none !important;
    }
    If it will still not works, just send the below-mentioned credential details at [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    We will do the needful.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page