Revolution Slider -- add vertical scroll bar?

I have a Carousel slider setup. Nagivation is manual with arrows on the left and right. On one slide, there is a move type credits roll of text. The text section is many times longer than the height of the slide so only the first handful of lines of text are visible. How can I add an auto roll to this text layer or even a vertical scroll bar that will only affect the text layer?
Many thanks!

Hello @spaulgal,

Thanks for writing to us.

Regretfully there is no option for verticle scroll but you can achieve this by using custom CSS code for that you need to learn CSS and learn how to use the browser’s element inspector.

In case if you have an idea about coding please have a look at this article for reference https://www.w3schools.com/cssref/css3_pr_overflow-y.asp

Hope it helps
Thanks for understanding

Excellent, regarding the overflow-y property values, where exactly would I add those? Somehow directly to the text layer?

Hello @spaulgal,

To edit a text layer, please check out the documentation here:

Hope this helps.

Thank you, so in the case of the following code, do I name the text layer in RS “ex1”?

div.ex1 {
overflow-y: scroll;
}

div.ex2 {
overflow-y: hidden;
}

div.ex3 {
overflow-y: auto;
}

div.ex4 {
overflow-y: visible;
}

Hey @spaulgal,

Regretfully, we do not provide support for custom codes. Please consult with a 3rd party developer for that.

Otherwise, please ensure your text fits the sliders area.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.