• Windan Waves

    (@windanwaves)


    When there is an item in the cart a black square shows up in the drop down menu behind the product. I was wondering if there is a way to make this black square transparent like the rest of the drop down menu.

    Any help is greatly appreciated! BLESS!!! <3

    Screenshot of the black square

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Fotis

    (@fstat)

    Hi there,

    Try the following CSS code and let me know how it goes:

    li.woocommerce-mini-cart-item.mini_cart_item {
        background-color: #222;
    }

    To add that CSS code go to your site’s Dashboard > Appearance > Edit CSS

    Thread Starter Windan Waves

    (@windanwaves)

    Definitely looks better with the grey than the black against the transparent background. I was ultimately hoping I could make it transparent as well. Unfortunately, I tried this code you’ve provided me with the same color parameters I used for the regular cart to no avail.

    I do appreciate your time! This will do for now. Thank you! <3

    Fotis

    (@fstat)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Product Background Color In Drop Down Menu of Cart’ is closed to new replies.