Home Forums WoodMart support forum Change the background color (loading gif)

Change the background color (loading gif)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #177675

    davidu25
    Participant

    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.
    #177710

    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

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