grey lign in element (needs to be deleted)

Solved

grey lign in element (needs to be deleted)

Thetraveladdict
Excursionist
35 0 15

Hi All,

 

As you can see i have a grey line above and under this element on my homepage. Not sure what i have done, but it needs to be deleted...Can you help me with this?

Thetraveladdict_0-1747772623435.png

 

Store: 
https://thetraveladdict.nl/

Theme: Craft

Password: Thetraveladdict

 

 Thanks a lot!

Accepted Solution (1)

BiDeal-Discount
Shopify Partner
797 107 180

This is an accepted solution.

Hi @Thetraveladdict 

Let try to add this custom css code:

.shopify-section .content-container:after {
  box-shadow: none;
}
.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item:after {
  box-shadow: none !important;
}

the result:

BiDealDiscount_0-1747813474980.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp

View solution in original post

Reply 1 (1)

BiDeal-Discount
Shopify Partner
797 107 180

This is an accepted solution.

Hi @Thetraveladdict 

Let try to add this custom css code:

.shopify-section .content-container:after {
  box-shadow: none;
}
.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item:after {
  box-shadow: none !important;
}

the result:

BiDealDiscount_0-1747813474980.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp