This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Olga Barlow
Hi,
Is there a way to change this loader image during checkout?
The almost transparent background makes it looks like the screen is frozen and nothing is happening.
Is there a way to use a customer loader for this?
Hello,
We use the following code to add that animated spiner and bg
.blockOverlay:before,
div.wpcf7 .ajax-loader:before,
div.pp_default .pp_loaderIcon:before {
content: '';
animation: rotate .75s infinite linear;
width: 18px;
height: 18px;
border: 1px solid #e1e1e1;
border-left-color: #888888;
border-radius: 50%;
display: inline-block;
}
.blockOverlay {
background: rgba(255, 255, 255, 0.5) !important;
}
Copy it to your Custom CSS and edit according to your needs.
Regards
You must be logged in to reply to this topic.Log in/Sign up