why is my banner text almost transparent

Solved

why is my banner text almost transparent

TBS2023
Shopify Partner
230 1 19

TBS2023_0-1721369028212.png

 

I have tried this but not working

banner__heading inline-richtext h2
{ opacity: 1 !important;
}

 

 

https://yoga-spirit-mauritius.myshopify.com/

rtewth

Accepted Solution (1)

GTLOfficial
Shopify Partner
738 156 160

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
15.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 5 (5)

GTLOfficial
Shopify Partner
738 156 160

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
15.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

BSSCommerce-HDL
Shopify Partner
2305 834 905

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

Raj-webdesigner
Shopify Partner
354 88 84

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;
}

 

Are you looking for Shopify Developer then your search is over I will help you


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.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


Sweans
Shopify Partner
428 88 124

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.

Sweans_0-1721371119927.png
and replace the code with this :

.banner__box {
text-align: center;
opacity: 100%;
}

This will give you this output:

Sweans_1-1721371163225.png

 


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:

Sweans_2-1721371192020.png

 

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

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

Dan-From-Ryviu
Shopify Partner
10766 2128 2249

Hi @TBS2023 

Please add this code to Custom CSS of that section to solve the issue. 

.banner__box { opacity: 100%; }

Screenshot 2024-07-19 at 13.43.05.png

 

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.