Hi, I want to make the footer of the products page black but there isn’t an option for that in my theme settings. How can I do this with code? My website is https://f7c7e3-3.myshopify.com/
@StafMeister , go to theme.liquid and add this code before the tag:
{% if template == "product" %}
{% endif %}
Thanks for your reply, I did but nothing changed
@StafMeister , where did you add the code?