Change the background color (loading gif)
-
Hi, in my product detail page i have some product variables, but when i change on of this, the losing gif appears. I want to change the background color of the gif (change to grey color).
How can i change it?
https://staging2.fantast.ink/product/super-hero/
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.summary-inner .blockOverlay {
background-color: rgba(0,0,0,.1) !important;
}
Best Regards