Re: Text over Image Banner not showing.

Solved

Why isn't my text over image banner showing on Taste theme?

Lukii37
Excursionist
25 0 6

Hello, my Image Banner text isn't showing, and I have been trying to fix the issue, but I do not know how to solve the problem. Taste - Theme

Web capture_29-1-2024_15035_admin.shopify.com.jpeg 

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
11612 2276 2456

This is an accepted solution.

Add this code to your theme.liquid file to solve the issue 

<style>
#shopify-section-template--16080676487261__image_banner_EUR4bT .banner__box>* { opacity: 1 }
</style>

- Helpful? Like & Accept solution!
- 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.

View solution in original post

Replies 4 (4)

Dan-From-Ryviu
Shopify Partner
11612 2276 2456

Hi @Lukii37 

Please share your store URL to check

- Helpful? Like & Accept solution!
- 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.

Lukii37
Excursionist
25 0 6
Dan-From-Ryviu
Shopify Partner
11612 2276 2456

This is an accepted solution.

Add this code to your theme.liquid file to solve the issue 

<style>
#shopify-section-template--16080676487261__image_banner_EUR4bT .banner__box>* { opacity: 1 }
</style>

- Helpful? Like & Accept solution!
- 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.

Lukii37
Excursionist
25 0 6

Thanks champ.