catherineamesbury
-
Posts
5 -
Joined
-
Last visited
Reputation Activity
-
catherineamesbury reacted to tuanphan in Make mobile product details page image carousel more obvious
Use this CSS
.ProductItem-gallery-carousel-controls .product-item-gallery-carousel-control.ProductItem-gallery-prev:after { position: relative; left: 10px; } .ProductItem-gallery-carousel-controls .product-item-gallery-carousel-control.ProductItem-gallery-next:after { position: relative; right: 10px; }
-
catherineamesbury reacted to tuanphan in Make mobile product details page image carousel more obvious
you can also use this attribute
background-color: rgba(255,255,255,0.5);
-
catherineamesbury reacted to tuanphan in Make mobile product details page image carousel more obvious
Try adding this to Design > Custom CSS
/* Product image arrows mobile */ @media screen and (max-width:767px) { .ProductItem-gallery .enable-on-first-image-load.enabled>button { background-color: #f1f; } }