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

remove white box from image banner

Solved

remove white box from image banner

Artez
Excursionist
111 5 25

Artez_0-1749986590267.png

Hi i am trying to remove this white box form the page.
Link:

 

https://wmqgez-r2.myshopify.com/pages/print-design

 

Warm regards.

Accepted Solution (1)

devcoders
Shopify Partner
1654 190 499

This is an accepted solution.

Hello @Artez 

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottow of the file:

 

#Banner-template--18647733829813__image_banner_KC7qec.banner--mobile-bottom .banner__box {
display: none;
}

 

devcoders_0-1749992671144.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 4 (4)

devcoders
Shopify Partner
1654 190 499

This is an accepted solution.

Hello @Artez 

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottow of the file:

 

#Banner-template--18647733829813__image_banner_KC7qec.banner--mobile-bottom .banner__box {
display: none;
}

 

devcoders_0-1749992671144.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

BiDeal-Discount
Shopify Partner
819 109 182

Hi @Artez 

Let try to add this custom CSS code to your file base.css or theme settings:

#Banner-template--18647733829813__image_banner_KC7qec .banner__box {
  display: none;
}

the result will be

BiDealDiscount_0-1749999685197.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

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Please add this code to Custom CSS of that section 

.banner__content { display: none; }

- 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.

tim
Shopify Partner
4812 598 1733

Before you edit your theme code or apply custom css make sure that section settings are right.

Make sure that "text" block is either completely empty or hidden/removed from the section.

Also check that "container" is turned off in section settings.

 

If my post is helpful, hit the thumb up button -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com