Hi @martiiin ,
Step 1. Go to Admin → Online store → Theme > Edit code
Step 2. Find the file theme-styles.scss.css
Step 3. Add this code to the end of file
.row.spotlight-3-blocks::-webkit-scrollbar,
.row.store-slider::-webkit-scrollbar {
display: none !important; /* Chrome, Safari and Opera */
}
.row.spotlight-3-blocks,
.row.store-slider {
-ms-overflow-style: none !important; /* IE and Edge */
scrollbar-width: none !important; /* Firefox */
}
Result:
If it helps you, please like and mark it as the solution.
Best Regards
