ThemeShaper Forums » Thematic

[closed]

Move Navmenu OUT of header so I can remove the header

(2 posts)
  • Started 11 years ago by mrmikeman
  • Latest reply from ScottNix
  • This topic is not resolved

Tags:

  1. mrmikeman
    Member

    in css i do #header {display:none;} to remove the display of the header completely, but i want to keep the nav menu, essentially putting it at the tip-top of the page, but with ZERO header. no banner, no title, no description. i really thought id be able to figure this one out but i cant seem to do it

    Posted 11 years ago #
  2. //remove acccess menu
    function childtheme_remove_access() {
        remove_action('thematic_header','thematic_access',9);
    }
    add_action('init','childtheme_remove_access');
    
    // add access back below the header
    add_action('thematic_belowheader','thematic_access');
    Posted 11 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.