I want to remove the background of banner or less opacity but I want to keep Banner in slides. Can someone help me please?
Topic summary
A user wants to remove or reduce the opacity of their banner background while keeping the banner slides visible in their Shopify store.
Initial Problem:
- The banner has a background that the user wants to make transparent or less opaque
- Store is not yet published, preventing direct inspection
Solution Provided:
A community member offered a CSS-based fix:
- Navigate to: Shopify β Online Store β Theme β Customize
- Go to Settings β Custom CSS
- Add the following code:
.slideshow__text.banner__box {
background-color: transparent !important;
}
Outcome:
- The solution was tested and demonstrated with a screenshot showing the transparent background result
- The original poster confirmed the solution worked by thanking the contributor
- Status: Resolved
Hello @zimzimzimar
Thank you for submitting your query to the Shopify community. Iβd be happy to assist you. Could you please provide the store URL and password (if itβs password-protected) so I can review and get back to you with an update?
Hi @zimzimzimar
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
Hello I havent published my store yet
Hi @zimzimzimar
-
Go to Shopify > Online store > theme > customize
-
Click to Settings > Custom CSS > Paste this code to the section and save.https://prnt.sc/Rl66N9K_Bjvs
.slideshow__text.banner__box {
background-color: transparent !important;
}
Result on the test theme:
Thank you.
Liz
Thank you

