larrylef
Member
Posted 5 years ago #
I've added my own header graphic, however, it conflicts with the navigation on top.
http://youngmarketers.com/blog/
You can see the navigation overwrite the header graphic on the lower right side.
I can't figure out how to either remove the navigation or make it lower and change it's color. Any help would be most greatly appreciated.
Best Regards,
Larry
Usually the code is in the header.php - though I've found it in the footer.php, also.
Look for something similar to this:
<div id="nav"><li class="page_item"><a title="home" href="<?php echo get_settings('home'); ?>">Home</a></li>
<?php wp_list_pages('title_li=&depth=1'); ?>-->
</div>
Remove it or comment it out.
Backup file 1st of course.
larrylef
Member
Posted 5 years ago #
thank you so much. I did find something similar in header.php, commented it out, and the nav disappeared.