How do I remove the "store" tab off my Studio Press theme blog?
How do I remove the "store" tab off my Studio Press theme blog?
Hi there!
Can you please link to your blog so we can see?
Otherwise unless we use the same theme, we won't be able to tell you how to go about removing the tab.
Thanks!
The page is "www.dietsuccess101.com". Thanks.
In your header.php file, can you copy and paste the code that generates this:
<div id="nav">
<ul>
<li class="current_page"><a href='http://dietsuccess101.com' title='Home'><span>Home</span></a></li><li><a href="http://dietsuccess101.com/contact/" title="Contact"><span>Contact</span></a></li><li><a href="http://dietsuccess101.com/store/" title="Store"><span>Store</span></a></li></ul>
<div class="cleared"></div>
</div> <!-- Closes Nav -->
If you don't have an actual Store page, the link is probably hardcoded in which you can simply remove.
This topic has been closed to new replies.