Home Forums WoodMart support forum the close button appear twice

the close button appear twice

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #275277

    i c the X button twice but not in the cart side menu
    i sand you the cart page but it appear twice in more pages

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings.

    .woocommerce-cart td.product-remove a:before, td.product-remove a:after {
        display: none;
    }

    Regards.
    Xtemos Studios

    #275382

    and in this page?

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .popup-quick-view button.mfp-close::after {
    display: none;
    }

    Regards.
    Xtemos Studios

Tagged: 

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