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/
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/
sorry for that issue can you please try this code
.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;
}
Thank you!
It works ![]()
it’s my pleasure to help us