How to remove this?

Discussion in 'ReThink WordPress Theme' started by walterg85, Apr 8, 2013.

  1. walterg85

    walterg85 Guest

    Joined:
    Feb 26, 2013
    Messages:
    16
    Likes Received:
    0
    I don't want "Over All Rating" Or "Visit Website" to show, How can I do this?
     

    Attached Files:

  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-info .post-rating {
    display: none;
    }
     

Share This Page