Hi there, I'm currently using the menubar plugin to show a menu on my blog (link below in my signature). I recently found this great tutorial : advance CSS menu So I made the graphic but I'm stuck with a reall silly thing. At the beginning of the tutorial, the author says : I understand I have to put the CSS in the main CSS file of my blog... but where to I put the part I put in bold, right above ? CSS as well ? Php file ? Thanks a lot !
Actually the location (within the template system) doesn't matter if the theme was constructed properly (and you know how to use floats and negative margins properly). But in your case, look for the function wp_list_pages() and replace that with your custom menu (since you don't want the menu to be duplicated). As blueparukia said, it'll either be in your header.php or sidebar.php file.