Hello, Actually review is also a comment. Which you can deactivate separately from each listing. Just edit it and uncheck "Allow comment" option. Or To hide review from all listings. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #gc_tab ul li:nth-child(2){ display:none; } Thanks & Regards Nitesh Raghuwanshi
thank you nitesh! but can i also hide the stars and the (no review, 1 review, XX Reviews) texts in the single listing and also in the front page, search resulsts and category listings?
Hello, Paste this code in Custom CSS Geocraft Settings > Theme Option > Styling Option > Custom CSS Code: .star_rating{ display:none; } .review_desc{ display:none; } .depth_article .article_detail .article_rating{ display:none; } .sidebar .review_thumb ul.r_rating{ display:none; } Thanks & Regards Gourav Shrivastava
thanks gourav, but i can still see the stars in the "related listings" section, which appears at the bottom of single listing page http://www.zweitbuch.org/Marktplatz/listing/english-business-communication/
Hello, Paste this code in Custom CSS Geocraft Settings > Theme Option > Styling Option > Custom CSS Code: .related_item .rating { display: none; } Thanks & Regards Gourav Shrivastava