Hi All,
I have these annoying arrows beside my collection title on mobile dawn theme. see circled below.
Is there a way to hide/remove them or blend in with the background?
My URL is https://label-source.co.uk/
Thank you
Hi All,
I have these annoying arrows beside my collection title on mobile dawn theme. see circled below.
Is there a way to hide/remove them or blend in with the background?
My URL is https://label-source.co.uk/
Thank you
you can simply hide it via css
1: Online store > themes > Actions > Edit code > Assets > base.css
2: paste code at last
.collection .slider-button {
display: none;
}
@Danielparsons Please go to to assets/component-slider.css and paste below css at bottom of file.
.slider-button--next .icon
{
display: none !iportant;
}
.slider-button[disabled] .icon
{
display: none !iportant;
}