Remove Top menu

Discussion in 'BlogsTrend WordPress Theme' started by pfung, Apr 17, 2015.

  1. pfung

    pfung Member

    Joined:
    Aug 21, 2012
    Messages:
    31
    Likes Received:
    1
    Is there a way to remove the menu at the top of the page? I would like to remove the top black main menu bar and possibly just leave the red thin boarder, thanks
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    ul#menu-menus {
      display: none;
    }
    Hope it will solve your issue. Let me know if have further any doubts.
     

Share This Page