Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #628021

    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.

    #629430

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.