We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Change colour text specific slideshow

Solved

Change colour text specific slideshow

BlueVagabonds
Tourist
7 0 2

I'm trying to change the text colour of a specific slideshow. Ideally I would also like to set the text width so it does not come over the picture when seen on a smaller screen. 

 

Would anyone be able to assist with this? 

Text colour needs to be #423F3F

 

Screenshot 2025-06-12 at 10.47.25 am.png

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

Please add this code to Custom CSS of that section to change the text color. 

.overlay__content {
  color: #423F3F
}

Regarding the picture issue, more texts will be missing if you proceed. It currently has some text missing. Screenshot 2025-06-12 at 08.45.56.png

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- 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.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 11 (11)

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Please share the link to your store 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- 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.
- Enjoy 1 month of Shopify for $1. Sign up now.

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

Please add this code to Custom CSS of that section to change the text color. 

.overlay__content {
  color: #423F3F
}

Regarding the picture issue, more texts will be missing if you proceed. It currently has some text missing. Screenshot 2025-06-12 at 08.45.56.png

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- 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.
- Enjoy 1 month of Shopify for $1. Sign up now.

BlueVagabonds
Tourist
7 0 2

That worked! amazing, is there also a way to make it the same size as the other font size on the page? or just even smaller? 

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Please update the code 

.overlay__content {
  color: #423F3F
}
@media (max-width: 749px) {
.line-1 { margin-bottom: .8rem; }
.line-2 { max-width: 20em; font-size: 1rem; }
.rimage-outer-wrapper { height: 700px !important; }
.overlay-type { padding: 40px 20px; }
}

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- 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.
- Enjoy 1 month of Shopify for $1. Sign up now.

AnneLuo
Shopify Partner
1381 240 281

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag

<style>
#shopify-section-template--22362572619960__slideshow_Tc43Qr .overlay .inner {
  max-width: 60% !important;
 color: #423F3F !important;
}
#shopify-section-template--22362572619960__slideshow_Tc43Qr .overlay .inner .rte.line-2 {
  font-size: 16px !important;
}
</style>

Result:

AnneLuo_0-1749695898567.png

 


Hope this helps! If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

BlueVagabonds
Tourist
7 0 2

Hi That worked, however now the text width is showing funny in the mobile version. Would we be able for the mobile version to keep the original way? 

AnneLuo
Shopify Partner
1381 240 281

Please update the code

<style>
#shopify-section-template--22362572619960__slideshow_Tc43Qr .overlay .inner {
  max-width: 60% !important;
 color: #423F3F !important;
}
#shopify-section-template--22362572619960__slideshow_Tc43Qr .overlay .inner .rte.line-2 {
  font-size: 16px !important;
}
@media screen and (max-width: 767px) {
#shopify-section-template--22362572619960__slideshow_Tc43Qr .overlay .inner {
  max-width: 100% !important;
 }
}
</style>
If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

BlueVagabonds
Tourist
7 0 2

You are a magician! That made it perfect. Thank you!

AnneLuo
Shopify Partner
1381 240 281

You're welcome.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

devcoders
Shopify Partner
1654 190 499

Hello @BlueVagabonds ,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottow of the file:

 

.image-overlay .overlay__content {
color: #000;
}



Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!