My images are not displaying when viewing on a mobile phone for my product categories or once having selected a category for the products either. I have attempted to reach out to Impulse support to no avail. I have no Apps installed and no customizations besides just adding logos, policies and products. I have googled and attempted to add two different codes to try to solve the issue and neither worked. Code editor, Asset, then theme.css.liquid. I tried these two different codes at the bottom of that page and neither worked:
Option 1:
@media (max-width: 575px) {
.visible-xs {
opacity: 1;
}
}
Option 2:
.sc-badge-container {display: none !important;}
