im trying to match the colors of my store with my policy pages and i cant see any options for that in the customization, any idea how to change it?
2 Likes
@Aviio ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above
{% if request.path contains 'policies' %}
{% endif %}
Result:
If it helps you, please like and mark it as the solution.
Best Regards
Hello @Aviio
Please share your store URL and password so I can check and update you.
Hi @Aviio
Try this one.
-
From your Shopify admin dashboard, click on “Online Store” and then “Themes”
-
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
-
In the “theme. Liquid” file. Find the tag and paste the code below before the tag.
-
And Save.
-
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!