Remove Top Category Menu

Discussion in 'BlogsTrend WordPress Theme' started by myallenmedia, Jul 10, 2014.

  1. myallenmedia

    myallenmedia Member

    Joined:
    Apr 2, 2013
    Messages:
    51
    Likes Received:
    0
    I want to remove the top category menu. Is there some CSS that I can add that will remove that from the top? I just want the logo to be at the top and the menu nav under it.

    Thank you!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    div.top_menus {
    display: none;
    } 
    This will solve your issue.
     
  3. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,


    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#page .menu {
    display: none;
    }
    Thanks & Regards
    Yogesh Bhade
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Everyone,
    Please do not share your login details here its a forum community and every one can see this. So please for security reason it will be send on support mail if required.
    Thanks & Regards
    Pramod
     

Share This Page