Shopify themes, liquid, logos, and UX
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
Hey i would like to change the slideshow heading and subheading text to white color, while the rest of the page´s text stays black´ish. Can anyone help me?
Page site is fancykitchen.net / pw: fancykitchen
I really hope someone can give me a solution to my problem!
Solved! Go to the solution
This is an accepted solution.
yes please use this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.hero__text, .hero__title {
color: #ffffff;
}
This is an accepted solution.
yes please use this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.hero__text, .hero__title {
color: #ffffff;
}
Thank you so much! def made my day!
its my pleasure to help us
How do you do the same but with featured content?