We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Dawn 15 - background gradient issue

Solved

Dawn 15 - background gradient issue

xnyjyh
Trailblazer
390 0 45

I have a background gradient applied to my Multi-column section but it wont go 100% width oddly. every other section that has same background gradient works fine except this one section. see image below. How can this be fixed?

not all the way on container.png

Accepted Solution (1)

DaisyVo
Shopify Partner
4469 501 598

This is an accepted solution.

Hi @xnyjyh 

 

You can follow the steps here:

 

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/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

 

.show-all-devices.multicolumn:has(.page-width.section-template--23823783657747__multicolumn_HBWhUL-padding.isolate.scroll-trigger.animate--slide-in) {
    background: linear-gradient(to right, #5BC0DE, #5BAEDE) !important;
}

 

 

Here is the result:

DaisyVo_0-1731298404305.png

 

I hope this can help!

 

Best,

Daisy

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

Replies 6 (6)

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Hi @xnyjyh 

Could you share the link contains that section so I can check?

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

xnyjyh
Trailblazer
390 0 45

Hi Dan, it is https://www.unpooped.com/pages/services 3rd section down

 

Thanks

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This code that you added somewhere caused this issue 

#shopify-section-template--23823783657747__multicolumn_HBWhUL, .section-template--23823783657747__multicolumn_HBWhUL-padding {
    background: linear-gradient(to right, #5bc0de, #5baede);
}

Screenshot 2024-11-11 at 11.13.52.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

xnyjyh
Trailblazer
390 0 45

Hmm weird, but thats my background gradient to get the gradient. What can I do to fully cover the container?

DaisyVo
Shopify Partner
4469 501 598

This is an accepted solution.

Hi @xnyjyh 

 

You can follow the steps here:

 

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/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

 

.show-all-devices.multicolumn:has(.page-width.section-template--23823783657747__multicolumn_HBWhUL-padding.isolate.scroll-trigger.animate--slide-in) {
    background: linear-gradient(to right, #5BC0DE, #5BAEDE) !important;
}

 

 

Here is the result:

DaisyVo_0-1731298404305.png

 

I hope this can help!

 

Best,

Daisy

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
xnyjyh
Trailblazer
390 0 45

Thank you, didnt see this, but it worked.