While slider is now autoplay, the button background color has dissapeared. It was color #00A4F4 with some extra padding on all sides (25px left and right, 10px top and bottom).
Now the button has transparent background and is not clearly visible. Since the slider does not have a function to add a link to the whole slide, the button is the only way to move the visitor to other sub-pages.
These are in the custom.css file, but no longer working:
sppb-addon-a1bd4b35-3c30-4f44-982a-1b222bf2bbc4 .sp-slider #sp-slider-inner-item-a1bd4b35-3c30-4f44-982a-1b222bf2bbc4-num-0-key.sppb-sp-slider-button .sp-slider-btn-text{
background: #00A4F4 !important;
margin-top: 0px;
margin-right: 200px;
margin-bottom: 0px;
margin-left: 0px;
color: #ffffff;
}
div#sppb-sp-slider-a1bd4b35-3c30-4f44-982a-1b222bf2bbc4 .sp-item span.sp-slider-btn-text {
padding-top: 10px !important;
padding-right: 25px !important;
padding-bottom: 10px !important;
padding-left: 25px !important;
}