Jump to content

How to replace text with image?


Recommended Posts

Hello guys, My website is http://sunnyroad.sk. Im trying to replace text "Vypredané" with image. 

This is how it looks like 
image.jpg

 

And i want something like this 

123.jpg

 

I guess this is the code 

	{if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}
									<a class="sale-box" href="{$product.link|escape:'html':'UTF-8'}">
										<span class="sale-label">{l s='Vypredané' mod='labhomefeatured'}</span>
									</a>
								{/if}

I dont know if it is even possible but i really appreciate any suggestion. Thank you  :)

Edited by pattyo1 (see edit history)
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...