Okay
  Public Ticket #2094854
Loadingscreen color
Closed

Comments

  • autrementclothing started the conversation

    Hallo there,

    In our cart-system or checkout is sometimes a loadingscreen.

    The color is grey including a purple dot, but I want to change this in transparent, cause it doesn't look good. Is this possible?

    Thank you,

    Autrement Clothing

  • [deleted] replied

    Hi Autrement,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time thoughsmile.png

    Can you please add the code below to your Custom CSS area:

    .woocommerce .blockOverlay {
        background: none !important;     
    }
    .woocommerce .blockOverlay:after {
      background-color: #ff3333 !important;
    }

    Have a nice day!