how to add color in page background

Hello @Jim_65
Please provide the URL of your website,
and which color do you want as background.

Hello @Jim_65 ,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

https://e169bd-2c.myshopify.com/pages/about-us

aas12356

https://e169bd-2c.myshopify.com/pages/about-us

aas12356

want gray

Hi @Jim_65 ,

Please see the solution below:

  1. In your Shopify admin, navigate to “Online Store” under Sales Channels. Click the three dots next to the theme you wish to edit, then select “Edit Code”.

  2. Next you can find Main.css/theme.css/base.css/style.css(it will be based on your theme file)

Add this css code:

body #shopify-section-template--22845323378989__main * {
background: none !important;
}
#shopify-section-template--22845323378989__main {
background: #cccccc3b;
}

If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!

Regards,
Sweans

Hello @Jim_65

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

section#shopify-section-template--22845323378989__main { background: #d3ad7c !important; /*change color according to you*/ } #shopify-section-template--22845323378989__main .rte.scroll-trigger.animate--slide-in p span { background: unset !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Hi @Jim_65

You can do that by adding this code to theme.liquid file, after in Online Store > Themes > Edit code