Tagged: enfold
Hi i want to change the typewriter color to blue when the text gets selected – the text shows white and background black ( which want to change it to blue )
Hey NikhilJhunjhunwala,
Try this code in the General Styling > Quick CSS field:
.av-marked-text .av-rotator-text-single {
background-color: blue !important;
}
Best regards,
Mike
Hi,
when i try to set it transparent, the higlight box appears in white!
Can you give me the right code?
Thanks.
Hi,
@SK-RE please include a url to the page in question so we can examine.
I tested this css on my localhost with the Headline Rotator over a color section with a background image, and when the text was highlighted the highlight was transparent and the text became white marking the point of the highlighting:
.av-marked-text .av-rotator-text-single {
background-color: transparent !important;
}
Best regards,
Mike
Perfect!
Thanks.
Hi,
Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?
Best regards,
Mike
Thank you Mike,
This still works to this day!