[Resolved] Woocommerce mini cart sub-menu default image remove

Home Forums Support [Resolved] Woocommerce mini cart sub-menu default image remove

Home Forums Support Woocommerce mini cart sub-menu default image remove

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #956207
    Kris

    Hi Tom & Crew,

    Is the a way to remove the default image or any image on the mini cart sub-menu? We are using the Woo Bookings extension and these bookings do not have a featured image.

    Thanks,
    Kris

    #956214
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    .woocommerce ul.cart_list li img {
        display: none;
    }
    .woocommerce.widget_shopping_cart .cart_list li {
        padding: 0;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know πŸ™‚

    #956220
    Kris

    Hi Leo,
    That worked great! Now how to remove the container area so the booking has less space to the left? Or centered?

    Thanks, Kris

    #956225
    Leo
    Staff
    Customer Support
    #956229
    Kris

    Hi Leo,
    That worked great again! Thanks much!
    Kris

    #956230
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.