How can I eliminate the add to cart option from Quick View?

hii, @xeinatamer
paste this code on top of the theme.dev.css file.

.productForm-buttons {
    display: none !important;
}

Thank You.