Remove meta data, Overall Rating and Read Review buttons from sticky post

Discussion in 'ReThink WordPress Theme' started by armand, Apr 21, 2013.

Thread Status:
Not open for further replies.
  1. armand

    armand New Member

    Joined:
    Apr 9, 2013
    Messages:
    6
    Likes Received:
    0
    Hello,

    I'd like to know how to remove meta data, Overall Rating (text and stars) and Read Review buttons from sticky post.

    Thanks
     
  2. Gourav

    Gourav Support Staff

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

    It is not possible to remove these tags from sticky post only, If you try to remove these tags from sticky post, it also remove the tag from other posts also, If you want to do so then,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    table.ratebox td {
    display: none;
    }
    .detail {
    display: none;
    }
     
  3. armand

    armand New Member

    Joined:
    Apr 9, 2013
    Messages:
    6
    Likes Received:
    0
    Thank you Gourav.
     
Thread Status:
Not open for further replies.

Share This Page