• Hi !

    Is there any way to disable the left slide effect that shows the “X” when we hover a product we want to remove ?

    So the “X” could be visible by default whitout having to hover items.

    The only effect i can disable is the slide when we open the entire cart.

    Greetings and thanks for your work, this plugin is really nice !

    Quentin

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter quentinw33

    (@quentinw33)

    Hey ! Any news about my problem ?

    Greetings,

    Quentin

    Henry N

    (@henrynguyen259)

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woofc-area .woofc-item .woofc-item-inner,
    .woofc-area .woofc-item:hover .woofc-item-inner,
    .woofc-area .woofc-item .woofc-item-inner .woofc-item-special,
    .woofc-area .woofc-item .woofc-item-inner .woofc-item-remove,
    .woofc-area .woofc-item:hover .woofc-item-inner .woofc-item-remove {
        -webkit-transform: initial !important;
        transform: initial !important;
    }
    .woofc-area .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner {
        font-weight: 700;
        font-size: 120%;
    }
    .woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove {
        color: inherit !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: initial !important;
        top: initial !important;
        right: initial !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable slide effect when removing item from cart’ is closed to new replies.