How to change color scheme for policy pages?

How to change color scheme for policy pages?

FeigningSane
New Member
4 0 0

Hi I am using colorblock theme. I have my color scheme setup for my entire site to be my brand colors. The only pages that are showing a different color scheme are the policy pages (and the buttons on the slideshow). I cannot find where to select my color scheme for these pages. I have tried pasting the code in the solutions suggested here with no luck. I would like it to have a black background with white text. Thank you!

Replies 5 (5)

DaisyVo
Shopify Partner
2425 306 348

Hi @FeigningSane 

 

Please share the link of the policy page 

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
FeigningSane
New Member
4 0 0

It's not live yet, do I just remove the password?
https://c330a1-04.myshopify.com/policies/privacy-policy

DaisyVo
Shopify Partner
2425 306 348

HI @FeigningSane 

 

In order to fulfill your request, please follow these steps
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head>

{% style %}
{% if canonical_url == "https://c330a1-04.myshopify.com/policies/privacy-policy" %}
main#MainContent {
    background: black !important;
}
main#MainContent * {
    color: #CCFF00 !important;
}
{% endif %}
{% endstyle %}
add trước </head> , theme.liquid
chữ đang có màu xanh, code này để chuyển sang màu vàng
nếu ko muốn chuyển sang màu vàng thì bỏ đoạn code này
main#MainContent * {
    color: #CCFF00 !important;
}


Here is the result: 

image_720.png

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
FeigningSane
New Member
4 0 0

Thank you! It doesn't show on preview but when I save it does work! Thanks again!

FeigningSane
New Member
4 0 0

I spoke too soon...now my other policy pages have weird random characters across the top of the page.
https://c330a1-04.myshopify.com/policies/terms-of-service
and others