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
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.