Changing Background Color in Dawn Theme

Hi everyone! I’m having a few issues with my store. A few areas (such as behind my contact form and in my shopping cart) randomly have white backgrounds that I cannot seem to change! Here are screenshots:

Can anyone help me with this?

One other issue I’m having is that I’m using a bit of custom code on my product page to bring the second half of my product description to below the main product area, but the content is going to the far left of my page. Is there any way to add some sort of margins?

Here is the code I’m using:

{{ product.description | split: '' | last }}


Here’s my store url: https://8dd91a-46.myshopify.com/

the password is pultah

1 Like

Hi @LoveWitch

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.color-scheme-1.gradient {

background: #fff2de !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

1 Like

And I noticed that your header is quite high, so it is covering 1/4 of your page.
I think you should reduce the height of the header so that users can see the page wider.

1 Like

Thank you so much, that did the trick! Now I just have to figure out the margins on that custom liquid.

1 Like

Yes, I think it will be great when users can see your page more spacious and airy