Hello,
I struggle to change the color of the title in the slideshow below (all slides)
Your help would be super appreciated.
My URL: https://www.ambigoose.com/products/respect-water-cleanser?variant=37129348481223
Thank you so much
Jon
Hello,
I struggle to change the color of the title in the slideshow below (all slides)
Your help would be super appreciated.
My URL: https://www.ambigoose.com/products/respect-water-cleanser?variant=37129348481223
Thank you so much
Jon
hello @JonX
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
#shopify-section-index-slideshow3 .hero__content .hero__title.aos-init.aos-animate{
color: #f50707 !important;
}
@Kinjaldavra Thank you SO much
Hello There,
1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:
h1.hero__title.aos-init.aos-animate {
color: #a27474!important;
}
hello [email removed]JonX
In your Store
Admin->Actions->Edit Code->Assets->theme.scss
and paste following code at the bottom.
(Replace color as your choice)
.hero__content__wrapper .hero__title{
color: #ff3333;
}