jmase Posted January 10, 2011 Share Posted January 10, 2011 Hello there!I need some help editing the footer on my websitehttp://www.glhf.co.uk/store2/At the moment I believe it is using the default prestashop footer that cmae installed with my theme, however i would like to change it.I want it to be black and rectangle, rather than grey and curved at the edges. In turn, I would also need the text on the footer to be white. I have looked through the files and cant seem to find the correct location for editing the footer. It appears there isnt an editior for the footer in the back office either. If possible I would also like to change the links on the footer - where can I do this?Any help muchly appreciated thankyou! Link to comment Share on other sites More sharing options...
shokinro Posted January 10, 2011 Share Posted January 10, 2011 I don't think there is any special editor for footer.1. For the style you can change the style in /themes/yourthems/css/global.css file, by searching "Footer", you will find css for footer starting with following lines./* Footer */#footer { border-top: 1px solid #d0d3d8;.......2. For the links at footer, you can go back office to change them go Modules tab, then looking for "Footer links block" Link to comment Share on other sites More sharing options...
jmase Posted January 11, 2011 Author Share Posted January 11, 2011 hmmm, all i have in that global.css file is:"/* Footer links */ul.footer_links { list-style-type: none; clear: both; margin-top: 2em}ul.footer_links li { float: left; margin-right: 2em; height:25px;}ul.footer_links li a { text-decoration: none; line-height:35px; }ul.footer_links li a:hover { color: black }ul.footer_links li img.icon { vertical-align: -2px" Link to comment Share on other sites More sharing options...
jmase Posted January 11, 2011 Author Share Posted January 11, 2011 I put "/* Footer */ #footer { border-top: 1px solid #d0d3d8;" in and it completely messed my layout up How come that is happening?Im using Theme 001 for reference. Link to comment Share on other sites More sharing options...
jmase Posted January 11, 2011 Author Share Posted January 11, 2011 up bump Link to comment Share on other sites More sharing options...
jmase Posted January 12, 2011 Author Share Posted January 12, 2011 anyone with some coding expertise help me on this? All I need is a black rectangle that goes across the bottom with white test on top instead of what I have now 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