Tagged: Product Title
Hi,
We would like to add a sale badge product image left of product title.
On the product page. The title looks good.
Screenshot:
http://nimb.ws/tkAfrH
But on the related product list. The image become bigger.
Screenshot:
http://nimb.ws/Ve1zN6
Please help.
Thanks!
Hey HeeHA,
Could you post a link to where we can see the actual problem please?
Best regards,
Rikard
Hi HeeHA,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.upsells.products ul.products li .woocommerce-loop-product__title img {
width: 51px;
float: right;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi HeeHA,
Please add the last lint to the code I gave you above so it looks like this:
.upsells.products ul.products li .woocommerce-loop-product__title img {
width: 51px;
float: right;
margin-right: 60px;
}
You need to set the amount of “You may also like” products to 4 as related.
If you need further assistance please let us know.
Best regards,
Victoria