Sanjeev.
how do i remove this review and stars - i was able to remove from tour page and cards- but it didn’t come off these which show up on the category pages and browse by destination feature on homepage
Thanks
Sanjeev.
how do i remove this review and stars - i was able to remove from tour page and cards- but it didn’t come off these which show up on the category pages and browse by destination feature on homepage
Thanks
Hello Stuart,
You can use custom CSS for these type of changes. Go to Appearance >> Customize >> Custom CSS and JS >> Custom CSS and paste the css below:
.list-view .article .reviews-holder {
display: none;
}
Thank you