[email protected] wrote:Hi Nop-Templates
How can I get the "ratings" to display in the bestsellers on the homepage?
I am using the Nop3.20 Jewelry template
thanks
Hi Philip,
This had been fixed and uploaded on our website.
In order to integrate the fix just download the theme again and replace the Themes/Jewelry/Content/css/styles.css file with the one from the package. You can also merge the change manually by editing the file as shown below:
.product-grid .item-box {
- height: 400px;
+ height: 420px;
}
-.product-grid .product-rating-box,
-.product-list .product-rating-box {
- display: none;
-}
The lines with "-" are the ones that should be deleted and the ones with "+" are the ones that should be added.
Best Regards!
p.s. please do not duplicate forum posts with emails sent