#2892

Hi there,

#1. Config Email: https://elementor.com/help/sending-email-confirmations-with-elementor-forms/

To config SMTP Email, please follow guide https://elementor.com/blog/best-smtp-plugins/

#2. Remove icon basket:

Add css style into file style.css ( child-theme)

.product-block a[class*="product_type_"] {
    font-size: 13px !important;
    width: auto !important;
}
.product-block a[class*="product_type_"]:before{
display: none;
}

#3. Custom page 404: please follow guide at Custom page 404 Elementor