how to delete star rating in post review tab

Discussion in 'GeoCraft WordPress Theme' started by iqbali, Aug 1, 2013.

  1. iqbali

    iqbali Member

    Joined:
    Jul 24, 2013
    Messages:
    31
    Likes Received:
    0
    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
     

    Attached Files:

  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:
    .rating_text {
    display: none;
    }
    .comments_rating {
    display: none;
    }
    
    This will solve your issue.
     

Share This Page