How to change the background to an IMAGE for the policy pages (privacy, shipping, refund, etc).

How to change the background to an IMAGE for the policy pages (privacy, shipping, refund, etc).

BigBlubber
New Member
8 0 0

The policy pages at the bottom of my website (Privacy Policy, Terms of Service, Shipping Policy, Refund Policy) all show the same "popcorn ceiling" background, with white text, so it is almost impossible to read. See image below:

 

Policy pages.jpg

I would like to change the background to an IMAGE (not a color, but a specific image). I want to keep the white text and use this image as the background for all four of these policy pages:

 

Background Blue Blue.png

 

How can I accomplish this? 

 

Thank you!!

Wallrus: A Place to Hang your Hat
www.wallrusmount.com
Replies 2 (2)

Finer
Shopify Partner
2672 559 933

@BigBlubber how did you set the current background image?

We could either use the page's request URL or request page-type to include a condition.

- Did my answer help? Mark my post with a like
- Did I solve your problem? Mark my post as an accepted solution.
- You need professional help? Contact our Shopify Partner Agency
devmont-digital
Shopify Partner
176 33 44

Hello @BigBlubber,

 

This guide is for the Dawn theme. If you want to change the background, some customization will be required. Follow the steps below:

  1. First, go to your Shopify dashboard -> Content -> Files, and upload the background image there. Then, copy its URL.

    Capture.PNG

Next, go to Dashboard -> Online Store -> Themes -> Edit Code, and search for the base.css file. Paste the code there.

 

main#MainContent {
    background-image: url(https://cdn.shopify.com/s/files/1/0661/1927/0613/files/Background_Blue_Blue.png?v=1734336105) !important;
    background-size: contain !important;
    background: unset !Important;
}

 


 

Found our answer helpful? If so, Don't forget to show your support by liking and accepting the solution.
Looking for more help and expert consultation? Feel free to contact us at Shopify Expert or visit our website www.devmontdigital.io
Hire us for your project by simply emailing us at sales@devmontdigital.io