I tried to change the header color just only for the product page but it applied to all.
I have edited all other and i like the page result.
Can someone assist me, pelase?
I tried to change the header color just only for the product page but it applied to all.
I have edited all other and i like the page result.
Can someone assist me, pelase?
in your product template liquid file put this code. change .site-header to your header class name.
{% if template.name == 'product' %}
{% endif %}
The theme name is Craft
I can only find product.json which is related to product in template file
Thanks with your aid I am able to find CSS
I firstly went to product page since it is the page i wanted to edit the header color scheme to white.
I put in this code and save but it did not work
.product-template .header-wrapper { background-color: #ffffff }
Can you share a link?
Yes, here is the link
https://findla.co/products/pregnancy-seat-belt-adjuster
Step 1: open theme.liquid
Step 2: search
step 3: before add this code:
{% if template.name == 'product' %}
{% endif %}
Wow, thank you so much.
It really helped.
It is working now.
please mark my answer as a solution ![]()