• ahzmedya

    (@ahzmedya)


    Hello,

    I have a problem with the display of the mini-map, in the SHOP it is displayed a little correctly but in the home page the mini-map is badly displayed

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Di_Skyer

    (@di_skyer)

    1. You have a white background and white text color on the empty Woocommerce mini-cart panel.
    Go to the Groovy Menu preset settings [Styles] -> [Woo minicart] -> [WooCommerce minicart dropdown] and chose more contrast “Text color”.

    2. Some themes have style conflicts as they change or style the mini-cart in their own way.
    Specifically for your case, try adding a Custom CSS:

    .gm-minicart .gm-minicart-dropdown {
        box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
    }
    .gm-minicart .woocommerce-mini-cart .single-product-cart {
        display: flex !important;
    }
    Thread Starter ahzmedya

    (@ahzmedya)

    Hello,

    thank you for your feedback.

    There was an improvement on the display, I will try to make custom.

    best regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display problem of the minicart’ is closed to new replies.