hi i would like to know how to delete "Rate this by clicking a star below:" in review tab and together with the star rating. thanks
Hello, Paste this code in Custom CSS Geocraft Settings > Theme Option > Styling Option > Custom CSS Code: .rating_text { display: none; } .comments_rating { display: none; } This will solve your issue.