Changing Background Color in Dawn Theme

Solved

Changing Background Color in Dawn Theme

LoveWitch
Tourist
4 0 2

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: 

issue1.pngissue2.png

 

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? 

issue3.png

 

Here is the code I'm using: 

 

    {{ product.description | split: '<!-- split -->' | last }}


 

 

 

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

the password is pultah

Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 295

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 4 (4)

PageFly-Henry
Shopify Partner
1184 335 295

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

PageFly-Henry
Shopify Partner
1184 335 295

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.

PageFlyHenry_0-1715910013412.png

 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

LoveWitch
Tourist
4 0 2

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

PageFly-Henry
Shopify Partner
1184 335 295

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.