• antiqueapollosupport

    (@antiqueapollosupport)


    In our website design I find that the new loading icon (introduced in version 1.3.34) that is being shown while processing the request is not nice to see.
    I would very much appreciate an option to disable showing this loading icon. Is that possible?

    Thank you so much for an otherwise great plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Hi,

    Add the below css code in your site Appearance > Customize > Additional CSS

    This will remove the loading icon

    .pisol-processing .pisol-ppscw-container:after{
        background-image:none !important;
    }
    Thread Starter antiqueapollosupport

    (@antiqueapollosupport)

    Hi,

    Thanks, this seems to work well.
    I added background-color: inherit !important; because my website’s background colour is light grey and without this addition I would temporarily see a white background while the plugin is processing the request.

    .pisol-processing .pisol-ppscw-container:after{
        background-image:none !important; background-color: inherit !important; 
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Option to deactivate loading icon’ is closed to new replies.