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
ThemeShaper Forums » Thematic
[closed]
Move Navmenu OUT of header so I can remove the header
(2 posts)-
Posted 11 years ago #
-
//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 #
Topic Closed
This topic has been closed to new replies.