Shopify Reviews App: Hide star ratings widget on homepage
To hide on homepage only -
Code:
/* -- code start -- */
.template-index .spr-badge {
visibility:hidden; display: none;
}
/* - end - */
Where do I add the code?
Use this link to learn where exactly to add this code snippet: