cant change color scheme or color design of policy pages

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 :blush:

Hello @Aviio
Please share your store URL and password so I can check and update you.

Hi @Aviio

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”

  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.

  3. In the “theme. Liquid” file. Find the tag and paste the code below before the tag.


  1. And Save.

  2. 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!