Shopify themes, liquid, logos, and UX
Hi,
I want to change only the text's color on the video and image slide, which is black, to white.
our domain is : https://116df7-a4.myshopify.com/
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hello @KimKimKimKim ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme--critical.css or custom.css file and paste the following code at the bottom:
.section--slideshow h2 {
color: #fff;
}
Thanks
This is an accepted solution.
Hello @KimKimKimKim ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme--critical.css or custom.css file and paste the following code at the bottom:
.section--slideshow h2 {
color: #fff;
}
Thanks
Thanks!
Once again, can I ask how to change 1) the overline text and 2) the description text to white?
Update previous css with this one
.section--slideshow h2, .section--slideshow p {
color: #fff;
}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025