Remove Menu

Discussion in 'Andrina WordPress Theme' started by anointedone, Jan 8, 2014.

  1. anointedone

    anointedone New Member

    Joined:
    Aug 14, 2013
    Messages:
    2
    Likes Received:
    0
    Hi,

    I would like to remove the custom-menu from the header. I have tried removing the <?php inkthemes_nav(); ?> from header.php but the fallback routine is still executed. Could you tell me how to avoid the call to the fallback (inkthemes_nav_fallback(); routine please?

    The intention is to have a floating menu which I have introduced as you can see from the site.

    Thanks!

    http://www.cyclepenistone.org.uk
     
  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:
    .menu_wrapper {
    display: none;
    }
     
    This will solve your issue.
     

Share This Page