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

Need to change font color on slideshow (debutify)

Solved

Need to change font color on slideshow (debutify)

Fancykitchen
Tourist
5 0 4

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!

Accepted Solution (1)

KetanKumar
Shopify Partner
37635 3670 12168

This is an accepted solution.

@Fancykitchen 

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;
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 4 (4)

KetanKumar
Shopify Partner
37635 3670 12168

This is an accepted solution.

@Fancykitchen 

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;
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Fancykitchen
Tourist
5 0 4

Thank you so much! def made my day!

KetanKumar
Shopify Partner
37635 3670 12168

@Fancykitchen 

its my pleasure to help us 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Antoine05
Visitor
1 0 0

How do you do the same but with featured content?