How To Change The Speed For The Article Thumb Slider - Question | JoomShaper

How To Change The Speed For The Article Thumb Slider

JR

Javier Rojo

SP Page Builder 3 years ago

Hello:

How can I change the speed for the article thumb sider? See image attached. thank you http://iieh.com/2021/

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #14057

Hi there!

Thanks for your query.

Please put the following code in your custom CSS:

.sppb-addon-articles-thumb-slider .swiper-wrapper{
    transition-delay: 5s !important;
}

You cn set the delay time value as per your need!

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Best Regards

0
JR
Javier Rojo
Accepted Answer
3 years ago #14282

Hello Rashida:

Thank you for your help, the code you sent worked fine :)

J.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #14305

Glad to know that.

You are always welcome:)

0