Solved

Change header and subheader color on slider.

liorkvalery
Visitor
3 0 2

Hi all,

I need to change the colour of the text in the header, subheader and button on the second slide. The other slides should not change colour.

Website link: https://okbeauty.me/

Accepted Solution (1)

KetanKumar
Shopify Partner
36843 3636 11978

This is an accepted solution.

@liorkvalery 

sorry for that issue can you please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.owl-carousel .owl-item:nth-child(2) h2.font--section-heading {
    color: #fff;
}
.owl-carousel .owl-item:nth-child(2) p.sub-title.font--paragraph {
    color: #fff;
}
.owl-carousel .owl-item:nth-child(2) a.slide-button {
    background: #fff;
}

 

If helpful then please Like and Accept Solution.
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 3 (3)

KetanKumar
Shopify Partner
36843 3636 11978

This is an accepted solution.

@liorkvalery 

sorry for that issue can you please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.owl-carousel .owl-item:nth-child(2) h2.font--section-heading {
    color: #fff;
}
.owl-carousel .owl-item:nth-child(2) p.sub-title.font--paragraph {
    color: #fff;
}
.owl-carousel .owl-item:nth-child(2) a.slide-button {
    background: #fff;
}

 

If helpful then please Like and Accept Solution.
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
liorkvalery
Visitor
3 0 2

Thank you!
It works 🙂

KetanKumar
Shopify Partner
36843 3636 11978

@liorkvalery 

it's my pleasure to help us

If helpful then please Like and Accept Solution.
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