Thanks to everyone.
After doing some research, I only added the following CSS to the creative elements page I was editing. and this disabled the "Add to cart" popup with no need to make any mini template or nothing else.
.add-to-links{
display: none !important;
}
That was it.!