Shopify themes, liquid, logos, and UX
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
Hi i am trying to remove this white box form the page.
Link:
https://wmqgez-r2.myshopify.com/pages/print-design
Warm regards.
Solved! Go to the solution
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;
}
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;
}
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
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.
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.