Cart list

Home Forums Jevelin Theme Cart list

Home Forums Jevelin Theme Cart list

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Jaro
    Participant

    Hi Team,

     

    i need a help with cart summary widget. I have two issues:

     

    1. when is coursor on “X” – remove item, cart summary show blue rectangle. How can i change color or remove it? (skica1.png)
    2. Under items “X” – remove item, is an another X. How can i remove it? (skica2.png)

    Thank You

    Jaro

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi Jaro,

     

    Thank you for your questions.

     

    You can remove them by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
        font-size: 0 !important;
        line-height: 0 !important;
        background: none !important;
    }

     

    Best regards,
    Shufflehound team

    Jaro
    Participant

    Hi Team,

     

    it works.

     

    Thank You

    You are most welcome here 🙂

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