Re: How to change only the text's color on the video and image slide to white

Solved

How to change only the text's color on the video and image slide to white

KimKimKimKim
Excursionist
16 0 5

Hi,

 

I want to change only the text's color on the video and image slide, which is black, to white.

 

Screenshot 2024-04-04 at 7.41.29 PM.png

 

our domain is : https://116df7-a4.myshopify.com/

 

Thanks!

Accepted Solution (1)

Guleria
Shopify Partner
4112 804 1155

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

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 3 (3)

Guleria
Shopify Partner
4112 804 1155

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

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
KimKimKimKim
Excursionist
16 0 5

Thanks!

 

Once again, can I ask how to change 1) the overline text and 2) the description text to white?

Guleria
Shopify Partner
4112 804 1155

Update previous css with this one

.section--slideshow h2, .section--slideshow p {
    color: #fff;
}
- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder