Home Forums WoodMart support forum Remove loader on variation selection

Remove loader on variation selection

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #543041

    sphynxbeds
    Participant

    I want to remove this loader when I change the product variation.
    https://paste.pics/116b11e61caf34a25b3ddcf9770e2e0d

    #543394

    Hung Pham
    Keymaster

    Hi sphynxbeds,

    Thanks for reaching to us and take our apologies for the long delay in answering.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.single-product .blockOverlay {
    	background-color: transparent !important;
    }

    Best Regards

    #543589

    sphynxbeds
    Participant

    I have added the css code but it just removed the background color of overlay but the loader is still there.

    #543670

    Hung Pham
    Keymaster

    Hi sphynxbeds,

    Sorry to say there are no options to achieve this. Such modification requires complicated code customization which is not covered by our support.

    Regards,

Viewing 4 posts - 1 through 4 (of 4 total)