Ahoy,
How do I make the Prepended static text larger in the headline rotator?
T
Hey mcraig77,
You have to set font size for both the static and rotating text
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
/* static text */
.av-rotator-container-inner {font-size:36px!important}
/* rotating text */
.av-rotator-container-inner span{ font-size:20px!important}
Best regards,
Vinay
Thanks!