Hi how do I delete the stars under the listings on the front page and the listing pages. I have tried adding this code but doesnt seem to work thanks .sidebar .review_thumb ul.r_rating { display: none; }
Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .content_wrapper .star_rating { display: none; } .sidebar .review_thumb ul.r_rating { display: none; } This will solve your issue.
Hi that removes it from the front page, but is still shows on the individual listing pages, is it possible to remove it from there as well please? thanks
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .depth_article .article_detail .article_rating { display: none; } .related_item .rating { display: none; } This will remove the rating from single listing also.