Jump to content

[SOLVED] Adding website link to Footer


richnicol

Recommended Posts

HI

 

you must edit the file theme/your theme/footer .tpl

 

look at the end of file where you have Bow house link add

<span id="mylink">something or not<a href="http://yourlink" target="_blank">link</a></span>

and in file theme/your theme/css/global.css add

#mylink, #mylink a {
font-size: 12px;
color: #747471;
}
#mylink {
position: absolute;
right: 0;
top: 185px;
text-align: right;

@++

 

loulou66

Edited by loulou66 (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

Cheers for that advice - that would be ideal for me.

 

I have tried searching under Modules for those two you suggest and nothing is found though?

http://www.prestashop.com/forums/topic/189039-module-html-box-for-free/

http://contentbox.org/

 

 

Just followed your instructions Loulou66 and it works perfectly. Thank you for all your help  :)

 

thank you for informations that you found solution.

topic marked as solved :-)

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...