Tagged: Product page
Hi, how can I align price on the right on the product page ?
+ make the stars bigger and add the number (4,71 on 5)
Hi anniet!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-product div[itemprop="offers"] {
text-align: right;
}
.single-product a.woocommerce-review-link {
font-size: 14px!important;
}
To change star sizes, pleaes go to – wp-content/themes/enfold/config-woocommerce/images/star.png and edit image
Cheers!
Yigit