Theme Sense Banner-image transparent

Topic summary

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

  • Code-based option: add to the banner section’s Custom CSS: .banner–mobile-bottom .banner__box { background: transparent; }. This removes the banner box background.
  • Settings-based option: disable a specific checkbox in the banner section settings (as indicated in the shared screenshot). The image/screenshot is central to identifying the exact setting.

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.

Summarized with AI on December 26. AI used: gpt-5.

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?

URL: https://sachachique.com/

Thank you!

Best regards,

Hi @KeDC16

Please add this code to Custom CSS of that section.

.banner--mobile-bottom .banner__box { background: transparent; }

disable this check box show in Screen-shot:->

Thank you Raj!!