For a less complex page, we use a full-screen slider with two standard button links on the start page. If you click one of the buttons, the loading spinner rotates. If you later return to the start page via the browser control, the loading spinner still rotates. How can I switch off the loading spinner?
Hey,
Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab
#top .avia-button .av-siteloader {
display: none;
}
Regards,
Yigit
Thank you very much for the quick support. The code works fine. There is a second part to the problem. The buttons are now still displayed in :visited state when returning via the browser. We would like to deactivate this as well. I can’t find the corresponding class offhand. Can you help us with this as well?
Thanks a lot
Regards
Stephan
Hi,
Please try this CSS as well:
.avia-button .avia_loading_icon {
background: rgba(0,0,0,0);
}
Best regards,
Rikard
Hi Rikard,
Thank you very much. It works very well. The task is solved.
Best regards,
Stephan