spin6 Posted August 25, 2011 Share Posted August 25, 2011 I cant figure out how to change the menu link references along the header of my prestashop pages. I have a custom theme so i believe this change needs to be done in the code. I've successfully made these changes to my non-prestashop pages which are in HTML (like my home page www.hvtvmounts.com) but cant figure out how to do the same on the prestashop pages (like www.hvtvmounts.com/shop). What i want to change is lines 62-73 shown below. Can someone tell me how to make changes to this? <ul class="topmenu"> <li><a href="http://hiddenvisionstore.com">Home</a></li> <li><a href="http://hiddenvisionstore.com/tvmounts.html" >TV Mount Features</a> <ul> <li><a href="http://hiddenvisionstore.com/fliparound.html">Fliparound</a></li> <li><a href="http://hiddenvisionstore.com/extended-flipout.html">Extended Flipout</a></li> <li><a href="http://hiddenvisionstore.com/standard-flipout.html">Standard Flipout</a></li> </ul> </li> <li><a href="http://hiddenvisionstore.com/shop" class="active">Shop</a></li> <li><a href="http://hiddenvisionstore.com/faq.html">FAQ</a></li> <li><a href="http://hiddenvisionstore.com/contact.html">Contact</a></li> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now