• Resolved divijc

    (@divijc)


    Hi,

    The popup on the cart page has a black background as of now. What’s the CSS parameter to change its color?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Little Package

    (@littlepackage)

    Hi there,

    Not sure if you mean the popup background or the page background color, but I assume page background because I can’t see wanting a transparent modal. That’d be very difficult to read. Anyway, add this to your (child) theme style.css file:

    body .modal-backdrop{background-color:transparent}

    Thread Starter divijc

    (@divijc)

    Thanks 🙂

    Little Package

    (@littlepackage)

    Did that solve your issue?

    Thread Starter divijc

    (@divijc)

    Yes, it did. Have already reviewed your plugin with 5 stars.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Make Popup background transparent’ is closed to new replies.