Viewing 1 replies (of 1 total)
  • Plugin Author Diego Versiani

    (@diegoversiani)

    Hi @andr3us1610,

    That problem does not happen with a bare install of the Divi theme.

    I checked it on your website and it is related to the z-index value being applied to a section with CSS selector .et_pb_column added on the page itself.

    To fix this on your website, you can add the CSS code below to your checkout page:

    body.has-flyout.has-flyout--open-fc-checkout-order-review .flyout-overlay {
        z-index: 0;
    }

    Best,
    Diego

Viewing 1 replies (of 1 total)

The topic ‘Cart Dropdown Opacity’ is closed to new replies.