I have created product metafields which allow me to add PDF documents to products. I have got as far as a displaying a downloadable link but I want to style it nicely. Is it possible to style without changing theme code? I want to add images and some text.
This is my code:
{% unless product.metafields.custom.download_files.value.url == null %}
Download {{ product.title }} SDS
I have attached an image of how I would like the links to appear. Appreciate any help.
{% endunless %}