Remove Overall Rating

Discussion in 'ReThink WordPress Theme' started by gopherdrop, Apr 11, 2014.

  1. gopherdrop

    gopherdrop New Member

    Joined:
    Dec 28, 2011
    Messages:
    3
    Likes Received:
    0
    How can I remove the Overall Rating from the top right of select posts only

    Thanks in advance.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content_bar .product-info .post-rating {
    display: none;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page