Is possible invert the slide direction from left to right?
B
Blurred00
@Blurred00
Posts
-
invert carousel slide direction -
sticky element on scroll@arminunruh solved! missing custom row height
-
Start gif/video mouse hover in project thumbnail@arminunruh Thank you!
-
Hide button on out of stock product@alasdair17 said in Hide button on out of stock product:
display: none !important;
thanks for the reply. what is the class that i need to use? i can't found it
Edit. Solved.
here the css code:
.outofstock .button
{
display: none !important;
}