Shopify themes, liquid, logos, and UX
Hi! I need assistance with the following display adjustments on the Sheek Sorority website:
https://sheeksorority.com/
Thank you for your help!
Hello @Sheeks
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.
@media screen and (min-width: 749px) {
.section-container.primary-scheme {
display: none !important;
}
@media screen and (max-width: 749px) {
.section-container.quatnary-scheme {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Its not working.
categories on desktop did hide
But Collection Carousel on Mobile still shown
Hi @Sheeks ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
@media screen and (min-width: 749px) {
.section-container.primary-scheme {
display: none !important;
}
@media screen and (max-width: 749px) {
.section-container.quatnary-scheme {
display: none !important;
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024