Tagged: Headline Rotator
Hi!
I would like to change the headline colour of the rotating word on my headline, but i think i will need some css coding to do that. I can change the colour to the rest of the text, but not the headline.
Could someone help please?
Hey jo-engageinnovate,
Try adding this code in Quick CSS (located in Enfold > General Styling):
.home span.av-rotator-text {
background: white;
}
Just change the color as you see fit. Let us know if it works :)
Best regards,
Nikko
Hey Nikko,
That didn’t work… it highlighted the word instead. Could you try again? thanks!
Hi,
I’m sorry about that, if you are referring to the text, kindly remove the code I gave and add this one instead:
.home span.av-rotator-text span.av-rotator-text-single {
color: white !important;
}
Let us know if it works :)
Best regards,
Nikko