• Hi There,

    How can we adjust the background color from the Loading state?

    Currently our site has not a 100% white background. And now if a customer choose a filter the backgroud from the Loading section is white. How can we adjust this background? ??

    Cheers & Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    You can use custom CSS to change loading color.
    For example you can use this CSS to make background black

    div.bapf_loader_page {
        background-color: rgba(0,0,0, 0.5);
    }

    Regards,
    Oleg

Viewing 1 replies (of 1 total)
  • The topic ‘Change background while product loads’ is closed to new replies.