Hello,
I want to remove the image slider that I circled with red. I want the "select a color" option to be right under the product image. Can someone help me with this please ?
Thanks in advance !Screenshot
Solved! Go to the solution
This is an accepted solution.
Hi @matiirine !
Please add the following code to your theme.scss file:
@media only screen and (max-width: 749px)
{
.thumbnails-wrapper {
display: none;
}
}
Let me know if that works!
User | Count |
---|---|
23 | |
21 | |
18 | |
17 | |
16 |