Re: REMOVE NUMBERS UNDER MULTICOLUMN AND SLIDESHOW SECTIONS

REMOVE NUMBERS UNDER MULTICOLUMN AND SLIDESHOW SECTIONS

FX2000
Excursionist
13 0 4

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!

Replies 6 (6)

Zworthkey
Shopify Partner
5581 642 1577

@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.

FX2000
Excursionist
13 0 4

https://sprintmama.com/products/handymum

This is the page where we would like to make these changes

Zworthkey
Shopify Partner
5581 642 1577

@FX2000 

Add this code in the bottom of the slider-component.css file.

.slider-counter {
    min-width: 2rem;
    display: none !important;
}
FX2000
Excursionist
13 0 4

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.

FX2000
Excursionist
13 0 4

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.

mats-1144
Shopify Partner
3 0 1

Add the following css:

.sliderw-buttons .slider-button {
display: none !important;
}
.slider-counter {
min-width: 2rem;
display: none !important;
}