Is there a good way to add a ‘Rotating Title’ to a ‘LayerSlider’?
Currently, I’ve implemented a workaround using the shortcodes for a ‘Rotating Title’, and then pasted into the HTML section of the ‘Advanced LayerSlider’ component.This hack, however, does not play well when the screen is resized.
Would like any feedback on how best to implement this feature in a clean, functional way (read: can work on mobile, too).
Thank you.
Hey gtg799r,
To resize the font in the main slider on the homepage please use the below css in Enfold >General Styling > Quick CSS
Please feel free to change the font value to suit your design.
@media only screen and (max-width: 768px) {
#top .av-rotator-container-inner {
font-size: 26px!important;
}
}
Best regards,
Vinay