Home Forums WoodMart support forum Change orientation of "Sale procentage" badge Reply To: Change orientation of "Sale procentage" badge

#55701

Hello,

Please add this CSS code to Theme settings > Custom CSS:

.product-element-top .labels-rounded {
    top: 7px;
    right: 7px!important;
    left:inherit;
}

This CSS put the round label to the right on the shop page. As for the product page currently, I see the label is on the right.

Best Regards