Hi,
First off – amazing theme. I love Enfold!
This CSS below that didn’t work gives you an idea of what I want to do.
.page-id-1993 .avia-fullscreen-slider main_color .avia-builder-el-0 avia-builder-el-no-sibling .container_wrap fullsize {
data-interval: .5!important;
}
Is there any way to make the Fullscreen Slider go faster than one second?
Hey 118group,
Data interval is an attribute not a style, so this may be possible to do via JS by inserting your .5 value into the slider class.
Best regards,
Jordan Shannon
Is there a way to change this in Quick CSS – so it will not overwrite when I update the theme?
Hi,
No because again it is an attribute. If the script is added via functions.php it will be safe from updates.
Best regards,
Jordan Shannon