Shopify themes, liquid, logos, and UX
Good morning, I would need to remove the numbers below the multicolumn section and slideshow section in the mobile version. The theme is "Sense".
I attach the screen.
I've tried every way I could but nothing, is it possible to fix this through code?
Thanks in advance!
@FX2000
Welcome to the Shopify community!
Thanks for your good question.
Please share your store URL.
So that I will check and let you know the exact solution here.
https://sprintmama.com/products/handymum
This is the page where we would like to make these changes
Add this code in the bottom of the slider-component.css file.
.slider-counter {
min-width: 2rem;
display: none !important;
}
Okay thanks, the result is this, but remain the "arrows" can be removed?
In addition I would like to ask you if it is possible to do this kind of thing, that is to glimpse the second multicolumn already from the first, and so on. I attach the screenshots.
Okay thanks, the result is this, but remain the "arrows" can be removed?
In addition I would like to ask you if it is possible to do this kind of thing, that is to glimpse the second multicolumn already from the first, and so on. I attach the screenshots.
Add the following css:
.sliderw-buttons .slider-button {
display: none !important;
}
.slider-counter {
min-width: 2rem;
display: none !important;
}
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024