How do i change the colour of this white padding section to match my background colour

Solved

How do i change the colour of this white padding section to match my background colour

dumbl3d00r
Explorer
59 0 12

 i want to change this white section padding colour to #fdf1e5 my website is https://sonderbydumble.co.uk 

image.jpg

Accepted Solution (1)

DaisyVo
Shopify Partner
2836 339 394

This is an accepted solution.

Hi @dumbl3d00r 

 

I hope you are well. You can follow our instructions below:


Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
Step 3: Copy the code below and paste it there

 

Here is the code for Step 3:

 

body {
    background: #FDF1E5 !important;
}

 

 

image (27).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

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

View solution in original post

Reply 1 (1)

DaisyVo
Shopify Partner
2836 339 394

This is an accepted solution.

Hi @dumbl3d00r 

 

I hope you are well. You can follow our instructions below:


Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
Step 3: Copy the code below and paste it there

 

Here is the code for Step 3:

 

body {
    background: #FDF1E5 !important;
}

 

 

image (27).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

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