All things Shopify and commerce
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
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.
Solved! Go to the solution
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;
}
What's your store url ?
what's the password
shaibo
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;
}
Great, worked perfectly! Thank you so much!
Great, Kindly give a like to my solution
That's work. thanks