Hi,
I need to set the time to 3 seconds Slider, how can you change?
Slider Another thing, how I remove the post title of each slide?
The URL is: www.rucamanqui.com
Hi,
I need to set the time to 3 seconds Slider, how can you change?
Slider Another thing, how I remove the post title of each slide?
The URL is: www.rucamanqui.com
Hi @rilaxapp,
I hope you are well today and thank you for your questions.
I need to set the time to 3 seconds Slider, how can you change?
You can achieve this by using the attached small plugin specially developed for you that contains some custom code.
Slider Another thing, how I remove the post title of each slide?
You can hide the post title of the slide by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS
div.flex-caption h2 {
display: none;
}
Best Regards,
Movin