Hello!
I would like to remove the separator line that is under the slideshow. (Above the ‘‘Featured Collection’’)
Could someone help me do this?
Website: vopers.com
password: yauffe
A user encountered a separator line appearing below their slideshow section, positioned above the “Featured Collection” on their store. The issue was only visible on mobile devices, not on desktop.
Attempted Solution:
The user applied a CSS workaround by adding margin-bottom: -5px; to the .slideshow class, which visually hid the line.
Community Feedback:
Another participant pointed out that this approach only hides the line rather than removing it entirely. They cautioned that future theme changes or updates could cause the line to reappear.
Current Status:
The user acknowledged the temporary nature of the fix but decided to proceed with it for now, planning to seek a proper solution if the problem resurfaces. The discussion remains open regarding a permanent removal method.
Hello!
I would like to remove the separator line that is under the slideshow. (Above the ‘‘Featured Collection’’)
Could someone help me do this?
Website: vopers.com
password: yauffe
HI @Vopers
Is this solved? I cant see the line anymore.
No, there still is a line. It is on mobile only. On desktop, it doesn’t show.
Fixed it by putting
.slideshow {
margin-bottom: -5px;
}
on the slideshow. Don’t know if it is a good solution, but it works.
You just hide the line, it didnt remove. If you change something in the future you will meet that line again. ![]()
Well, If me and this problem are gonna meet again, then I’m gonna ask again for a solution. For now this works ![]()