Remove Ratings & Stars on Every Listing?

Discussion in 'GeoCraft WordPress Theme' started by joshualevisturm, Jul 12, 2013.

  1. joshualevisturm

    joshualevisturm Member

    Joined:
    Dec 1, 2012
    Messages:
    75
    Likes Received:
    1
    I searched the other posts & did everything it said by placing all the codes you said under CSS styling ....but the stars & ratings are still there? My customers are getting spammed by these ratings with emails (I thought they didn't receive anything at all if I didn't moderate it first?)...so I need to remove that from every single listing (over 250) on their single pages.
    Please help asap, I don't want customers to get frustrated with lots of junk mail from my site
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Geocraft Settings > Theme Option > Styling Option > Custom CSS

    Code:
    .star_rating{
    display:none
    }
    .depth_article .article_detail .article_rating{
    display:none;
    }
    .related_item .rating{
    display:none;
    }
     
    .sidebar .review_thumb ul.r_rating{
    display:none;
    }
    This will solve your issue.
     

Share This Page