Can the ReThink Rating Feature Be Removed From Post? How?

Discussion in 'ReThink WordPress Theme' started by agwood, Oct 24, 2012.

  1. agwood

    agwood New Member

    Joined:
    Apr 30, 2012
    Messages:
    2
    Likes Received:
    0
    Greetings,

    I would like to remove the rating feature from the ReThink Theme, or from specific posts? How would I go about doing this. Please advise.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .content_bar .product .index-ratting {
    display: none;
    }
     

Share This Page