Have your say in Community Polls: What was/is your greatest motivation to start your own business?

cant change color scheme or color design of policy pages

cant change color scheme or color design of policy pages

Aviio
Tourist
5 0 4

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?

Replies 3 (3)

BSSCommerce-B2B
Shopify Partner
1969 564 566

@Aviio,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head>

 

{% if request.path contains 'policies' %}
  <style>
    main#MainContent {
      background: #ecede8;
    }
    main#MainContent * {
      color: #331D1BBF!important
    }
  </style>
{% endif %}

 

Result:

BSSCommerceB2B_0-1728838726697.png

If it helps you, please like and mark it as the solution.

Best Regards 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

devcoders
Shopify Partner
544 78 141

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

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

Made4uo-Ribe
Shopify Partner
9035 2160 2664

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 </body> tag and paste the code below before the tag.  

 

<style>
.shopify-policy__container {
    background: #ecede8;
    max-width: 100%;
}

.shopify-policy__title h1 {
    margin-top: 0;
    padding-top: .67em;
}

.shopify-policy__body {
    width:  65ch;
    margin: 0 auto;
}
</style>

 

5. And Save. 

6. Result:

Made4uoRibe_0-1728855453798.png

 

 

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.