Home Forums WoodMart support forum Add to cart Preview

Add to cart Preview

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

    LucaDiCa
    Participant

    Can you remove the preview that makes you add the product to your cart? (see Attachment)

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

    Hung Pham
    Keymaster

    Hi LucaDiCa,

    Thanks for reaching to us.

    Please add below code to Theme Settings > Custom CSS > Global custom CSS

    .product.wd-hover-info-alt .wd-add-btn-replace{
    	display: none;
    }

    Regards,

    #504853

    LucaDiCa
    Participant

    I inserted the portion of code (see photo) but nothing changed.

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

    Hung Pham
    Keymaster

    Hi LucaDiCa,

    Please remove previous CSS code and use below one.

    .product.wd-hover-button .wd-add-btn-replace{
    	display: none;
    }

    Regards,

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