Shopify themes, liquid, logos, and UX
I have tried this but not working
banner__heading inline-richtext h2
{ opacity: 1 !important;
}
https://yoga-spirit-mauritius.myshopify.com/
rtewth
Solved! Go to the solution
This is an accepted solution.
Hello @TBS2023
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
add this code at the end of the file
#shopify-section-template--17554451464349__image_banner_jCx7Hh h2 {
color: #fff;
}
.banner__box .banner__heading + * {
color: #fff;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
This is an accepted solution.
Hello @TBS2023
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
add this code at the end of the file
#shopify-section-template--17554451464349__image_banner_jCx7Hh h2 {
color: #fff;
}
.banner__box .banner__heading + * {
color: #fff;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Hi @TBS2023,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
.banner__box {
opacity: 100% !important;
color: #fff !important;
}
.banner__text {
color: #fff !important;
}
</style>
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Add This css in your edit Code > base.css File
.banner h2.banner__heading.inline-richtext.h2 strong {
color: #fff !important;
}
.banner .banner__box.content-container {
opacity: 1 !important;
}
.banner .banner__text.rte.subtitle {
color: #fff !important;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Hi @TBS2023 ,
The issue you are facing is due to the opacity of the parent element being lower than 100%.
In order to fix the issue you can change the opacity of the banner box.
For that go to the edit code section->locate the section-image-banner.css file.
Inside this file go line 9.
and replace the code with this :
.banner__box {
text-align: center;
opacity: 100%;
}
This will give you this output:
If you would like remove opacity all together you can add this code at the bottom of the section-image-banner.css
.banner__heading.inline-richtext.h2 {
color: white !important;
}
.banner__text.rte.subtitle {
color: white !important;
}
This will be your output:
you need further assistance, feel free to reach out. I hope this helps! If it does, please like it and mark it as a solution!
Regards,
Sweans
Hi @TBS2023
Please add this code to Custom CSS of that section to solve the issue.
.banner__box { opacity: 100%; }
- Helpful? Like & Accept solution! - Support me: Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- En...Sign up now.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025