How Do I Remove Menu From Side Bar?

Discussion in 'SwiftRay WordPress Theme' started by dustin807, Jul 16, 2015.

  1. dustin807

    dustin807 Member

    Joined:
    Jun 11, 2015
    Messages:
    65
    Likes Received:
    0
    Hello, I am using my own Menu Plugin and I do not want to use the theme's sidebar menu.

    What CSS can I add to remove the menu from the sidebar?
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    There is no need of any css code,
    Just go to Appearance=>Widget and remove the menu field from primary widget area.

    It will resolve your issue :)

    Thanks,
    Praveen
     
  3. dustin807

    dustin807 Member

    Joined:
    Jun 11, 2015
    Messages:
    65
    Likes Received:
    0
    Hi Praveen, I have removed the menu, but it still has a placeholder there so that I cannot put my own menu widget all the way at the top of the screen. How can I remove the blank space that is left behind when I remove the menu?
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Could you please provide us URL of your website along with some edited screenshot so that we can assist you accordingly?

    Thanks,
    Praveen
     
  5. dustin807

    dustin807 Member

    Joined:
    Jun 11, 2015
    Messages:
    65
    Likes Received:
    0
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#menu-wrapper {
      display: none !important;
    }
    ul.social_icons {
      display: none !important;
    }
    .dt_line {
      display: none !important;
    }
    .sidebar_widget {
      margin-top: -10px;
    }
    Thanks,
    Praveen
     

Share This Page