Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1412319

    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?

    #1412330

    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

    #1412337

    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

    #1412360

    Hi,

    Please try this CSS as well:

    .avia-button .avia_loading_icon {
      background: rgba(0,0,0,0);
    }

    Best regards,
    Rikard

    #1412414

    Hi Rikard,
    Thank you very much. It works very well. The task is solved.
    Best regards,
    Stephan

    #1412442

    Hi,

    Great, I’m glad that we could help you out. I’ll close this thread for now then, please open a new thread if you should have any further problems or questions.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How can I deactivate the loading spinner on clicked buttons’ is closed to new replies.