Jump to content

Add a Visa logo on front page


Johanna

Recommended Posts

Useing CC 2.3 ---How do I add a small picture of a Visa and Master card logo on the bottom of my front page. Just above the licence info. I would also like to add text under the category box, between the base of the category box and the bottom of the page. Could someone kindly help on this. I have looked thru the mods section and cant locate anything on how to do this

Thank you

Johanna

Link to comment
Share on other sites

if u want somethink like this click here for demo its this.

open index.php in main folder

at bottom of file add this before

include("subfooter.inc.php");

add

include ("bottom.php");

no copy this code into new file and call it bottom.php

<?php

// start border

sb("100%",$colour_1,$bg_colour);

?>

<center>

IN THIS SPACE YOU PUT CODE OF WHATEVER YOU WANT TO APPEAR IN BOTTOM BOX.

</center><?

// end border

eb($bg_colour,$colour_1);

?>

upload new index file and bottom.php file and thats it hope this helps :(

Link to comment
Share on other sites

Upload the image (I am using visa.jpg as an example)to your store.

add this to: skins\your skin\styleTemplates\global\index.tpl just after the last </div> and before </body> <div align="center"><img src="http://www.yoursite/visa.jpg"></div>

Assuming you want it centered. If not change "center" to "left" or "right".

As to the category text, what skin are you using?

Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...