• Resolved mazdoo

    (@mazdoo)


    Hello,

    Thanks for great plugin

    I would like to disable the “loading animation” and “skyblue border” when I press BUY NOW button.
    Could you please help to adivse

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Andy Hoang Huu

    (@ndoublehwp)

    Hi there,
    Please use custom CSS (Dashboard > Appearance > Customize > Additional CSS):

    .wsb-button.wsb-loading:before {
    	content: none;
    }
    
    .wsb-button.wsb-loading:after {
    	content: none;
    }

    You can leave your site link, I can help you soon no fees and CSS custom code for the button.
    I will continuously improve it. Some features about typography and custom button colors will be released soon.
    I would be happy if you leave a review.
    Thanks.

    Thread Starter mazdoo

    (@mazdoo)

    dear,
    I appreciate you quick response.

    https://fgbeauty.com/co/product/age-control-serum-2/?

    thanks lot

    Plugin Author Andy Hoang Huu

    (@ndoublehwp)

    Hi there,
    Please go to Dashboard > Appearance > Customize > Additional CSS, copy and paste the CSS code below:

    .wsb-button {
       outline: none;
    }
    .wsb-button.wsb-loading:before {
      content: none;
    }
    
    .wsb-button.wsb-loading:after {
      content: none;
    }

    I think it’s works for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘loading image’ is closed to new replies.