Hello,
I have three questions:
1. I want to change the postion of Sale label to right.
I used this code but it appears only in the shop page and not in the single products page and the homepage.
.products-loop .onsale.left {
left: unset;
right: 20px;
}
2. I want to change the button of the products. Now it sends you to the page of the product. I want the button to be Add to cart.
3. On single products page i can’t translate “Add to wishlist”, also there are two heart icons. How to change that?
Thank you!