URL: https://marking-printing-6698.myshopify.com/
How can I hide this whole part of the slider in mobile interface? Thank you.
My theme is “Sense”
A user seeks to hide slider navigation buttons on mobile devices for their Shopify store using the “Sense” theme.
Solution Provided:
A PageFly support representative offers CSS code to hide the buttons:
base.css filedisplay: none !important on slider control button classesTechnical Details:
@media screen and (max-width: 767px))!important flag to ensure style overrideStatus: Solution provided, awaiting user confirmation if it resolves the issue.
URL: https://marking-printing-6698.myshopify.com/
How can I hide this whole part of the slider in mobile interface? Thank you.
My theme is “Sense”
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
@media screen and (max-width: 767px){
.slideshow__controls.slideshow__controls–top.slider-buttons.no-js-hidden {
display: none !important;
}
}
Hope that my solution works for you.
Best regards,
Victor | PageFly