Jump to content

how do I change navigation from text to images?


Guest

Recommended Posts

Guest estelle

When you say "navigation", do you mean the text buttons such as "Add to Basket", "View Basket", etc...?

You'll have to go through all the skin template files and change each text button to each of your images. And you will also want to change a couple of the styles.

I think if you search for "txtButton" this will help you find most of them.

E.g. in styleTemplates/content/viewProd.tpl you would need to change this:

<a href="javascript:document.addtobasket.submit();" class="txtButton">{BTN_ADDBASKET}</a>




To something like this (put your image in your styleImages folder and change IMAGENAME to the appropriate filename) :


<a href="javascript:document.addtobasket.submit();" class="txtButton"><img src="skins/{VAL_SKIN}/styleImages/IMAGENAME"></a>

Link to comment
Share on other sites

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