Hello,
I need assistance with making the foreground of the image banner on my Shopify store transparent. Could you please guide me on where and with what code I can make this adjustment?
Thank you!
Best regards,
Image banner foreground transparency on a Shopify store using the Sense theme. The requester wanted the banner’s foreground/box to be transparent on https://sachachique.com/.
Outcome: The requester confirmed the settings-based approach worked and thanked the helper. No further changes were requested.
Status: Resolved; no open questions or pending actions.
Hello,
I need assistance with making the foreground of the image banner on my Shopify store transparent. Could you please guide me on where and with what code I can make this adjustment?
Thank you!
Best regards,
Hi @KeDC16
Please add this code to Custom CSS of that section.
.banner--mobile-bottom .banner__box { background: transparent; }
Thank you Raj!!