Re: 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
705 139 144

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 -rahul@prowebcoder.com - Skype: live:dhiman.639

Checkout Apps by me

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
1776 202 242

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/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP