Guys, I need to change the header color only on my product page and not on the main page… however, in the default configuration, I can’t find any option to change just the color of the product page header. Can someone help me?
{% if template == 'product' %}
{% endif %}
you can place this code on theme.liquid at bottom you can replace header with any other class name that is on your theme if it does not work .