• Resolved NIWO

    (@niwo)


    Hello,

    I noticed that the remove button on the cart page is in conflict with the WPC FlyCart plugin.

    The remove icon disappeared.

    https://www.planlos-kochen.de
    Add a product and navigate to the cart page.

    I’ve also reported to the other developer.
    Hope this get’s resolved quickly. ??

    Regards

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WPClever

    (@wpclever)

    Hi @niwo

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

    body.woocommerce-cart .product-remove .remove:before {
        display: inline-block !important;
        content: '×';
        font-size: 16px;
        height: 25px;
        line-height: 25px;
        font-weight: 400;
    }

    And the result https://www.screencast.com/t/E7ThpRfN9Yco

    Thread Starter NIWO

    (@niwo)

    Perfect! Works.

    The only thing is, that on mouse hover it moves down a bit.

    How to solve this? ??

    Regards

    Plugin Author WPClever

    (@wpclever)

    Please change the CSS code to:

    body.woocommerce-cart .product-remove .remove:before {
        display: block !important;
        content: '×';
        font-size: 16px !important;
        height: 25px;
        line-height: 25px;
        font-weight: 400;
    }
    
    body.woocommerce-cart .product-remove .remove:hover {
        background-color: #b7274b !important;
    }
    Thread Starter NIWO

    (@niwo)

    Perfect! Everything if fine now. ??
    Thank you very much for the support.

    The free version of the plugin is awesome.
    It is suitable for everyone who starts a business.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin in conflict with Divi Shop Builder’ is closed to new replies.