Is it possible to add “italics” or change the font style to the wording that Rotates only?
Hey bemodesign,
Thank you for the inquiry.
You can use this css code to adjust the style of the rotating text:
.av-rotator-text-single {
font-style: italic;
}
Best regards,
Ismael
thanks!