Site URL: https://morpheus.squarespace.com/?noredirect
(3 issues)
1. (mobile-product-detail). Want to change 1/4 to Arrow Slider or Show thumbnails under image?
Add to Design > Custom CSS
/* Product slide arrows control */ @media screen and (max-width:767px) { .ProductItem-gallery-carousel-controls { display: flex !important; } /* arrows background */ .ProductItem-gallery-carousel-controls * { background: white; } .ProductItem-gallery-carousel-controls>div { justify-content: center !important; } .ProductItem .ProductItem-gallery-carousel-controls>div::after, .ProductItem .ProductItem-gallery-carousel-controls>div::before { border-color: black !important; } }
2. (ipad-faqs) Want to increase text width?
Add to Design > Custom CSS
/* FAQ text width */ @media screen and (max-width:991px) and (min-width:768px) { [data-section-id="5fe1163032361e5d6b8ce792"] .content { width: 90% !important; } }
3. You haven’t still changed FAQs SEO Title so browser tab name still shows “FAQs 1”