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

Background colour policy pages (Sense theme)

Solved

Background colour policy pages (Sense theme)

Printatme
Explorer
55 0 7

Hi,

 

I am using the sense theme and would like to add a background colour behind the text on all my policy pages.

 

It would be very helpful if anyone could provide me with a solution please ?

 

my website is printreality.co.uk

 

Thank you

 

Accepted Solution (1)

AnneLuo
Shopify Partner
1138 211 235

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme. liquid file and add the following code to the head tag

<style>
    .shopify-policy__container {
      background: #fff !important;
    }
</style>

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Reply 1 (1)

AnneLuo
Shopify Partner
1138 211 235

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme. liquid file and add the following code to the head tag

<style>
    .shopify-policy__container {
      background: #fff !important;
    }
</style>

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee