Jump to content

<SOLVED>Editing footer


Recommended Posts

Hello there!

I need some help editing the footer on my website

http://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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...