Re: Change color of slider sub-heading

Solved

How can I change the slider sub-heading color to white?

rickshelton
Tourist
6 0 0

I need to change the text color of the slider sub-heading to white to compensate for background colors. Is there a way to change just the second line? Thanks so much.

Accepted Solution (1)
Asad24
Shopify Partner
180 36 33

This is an accepted solution.

Go to your online store > customize > settings > custom css
and paste this code in the custom css section

.nivo-caption p{
opacity:1 !important;
color:#ffffff;
}

Screenshot 2023-10-13 162104.png

banned

View solution in original post

Replies 8 (8)

Asad24
Shopify Partner
180 36 33

What's your store url ?

banned
rickshelton
Tourist
6 0 0

Hi, the URL is: https://thecoffeepotters.com/

Thanks so much!

Asad24
Shopify Partner
180 36 33

what's the password
Screenshot 2023-10-13 161256.png

banned
rickshelton
Tourist
6 0 0

shaibo

Asad24
Shopify Partner
180 36 33

This is an accepted solution.

Go to your online store > customize > settings > custom css
and paste this code in the custom css section

.nivo-caption p{
opacity:1 !important;
color:#ffffff;
}

Screenshot 2023-10-13 162104.png

banned
rickshelton
Tourist
6 0 0

Great, worked perfectly! Thank you so much!

Asad24
Shopify Partner
180 36 33

Great, Kindly give a like to my solution

banned
Not applicable

That's work. thanks