Can I style PDF product metafields without altering theme code?

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 %}

hey, Finnlays

I’m afraid that, since this is a new code that you added, then, yes, to style it, you’ll need to edit code

1 Like