spin6 Posted September 6, 2011 Share Posted September 6, 2011 I have both prestashop pages and custom HTML pages on my site. I am new to this website stuff but I have successfully made changes to the HTML pages. However, I cant figure out how to make similar changes to the prestashop pages. For example I made changes to the top menu items of my html pages seen here - www.hvtvmounts.com but cant figure out where to make the same changes to the menu items in my prestashop (www.hvtvmounts.com/shop). If someone could at least point me to the right files to find this stuff that would be great. Thanks Link to comment Share on other sites More sharing options...
Digital Essence Posted September 7, 2011 Share Posted September 7, 2011 Have you looked at the container around these links (div, ul, li) and then added added or modified the css selectors? Two essential tools you should have are: Wingrep for searching for strings in files Web Developer plugin for Firefox which will let you click on an element and see the div structure behind it. With these two tools you can dissect a site and then find the files containing the css. Regarding the css, I would look in /yourtheme/css styles.css and global.css I hope this helps, please excuse if I have completely misunderstood your question. 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