How do you add a 'We accept paypal' Logo in the footer of display template?
Any hints?
How do you add a 'We accept paypal' Logo in the footer of display template?
Any hints?
Hey,
you can use a text widget to display any photos/logos you like. Just use following html code to insert an image/logo:
<img src="my-image.jpg" title="my-image" alt="my-image" />
Replace my-image with the url to your image/logo and your title/alt attribute...
Thanks Dude, worked great :-)
Glad that I could help you :)
You must log in to post.