Request for Display Adjustments

Request for Display Adjustments

Sheeks
Pathfinder
109 1 16

Hi! I need assistance with the following display adjustments on the Sheek Sorority website:
 https://sheeksorority.com/

  1. Hide the Collection Carousel on Mobile: I would like to remove the collection carousel when viewed on mobile devices.
  2. Hide Categories on Desktop: Please hide the categories section when viewed on desktop.

Thank you for your help!

Replies 3 (3)

Rahul_dhiman
Shopify Partner
563 113 110

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
5.png4.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167
Sheeks
Pathfinder
109 1 16

Its not working. 
categories on desktop did hide

Sheeks_0-1727092226775.png

 

But Collection Carousel on Mobile still shown

Sheeks_1-1727092303320.png

 




websensepro
Shopify Partner
1221 136 156

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!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial