Frequently Asked Question

Custom CSS

Last Updated 3 years ago

Hide products in modal:
.instashop-modal .inner .content .products { display: none !important; }

Hide dots in modal:
.instashop-modal .inner .content .media .image .dot { display: none; }

Make product images fit inside their square:
.instashop-modal .inner .content .products .product .product-image { background-size: contain; background-repeat: no-repeat; }

Please Wait!

Please wait... it will take a second!