Eliminate post comment bar in Regal Theme

Discussion in 'Regal WordPress Theme' started by avianna, Dec 28, 2012.

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

    avianna New Member

    Joined:
    Nov 12, 2012
    Messages:
    16
    Likes Received:
    0
    Is it possible to eliminate the post comment bar in the Regal Theme (posted by, date, categories, etc.)?

    Thank you SO much for help with this!
     
  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_wrap .post .p_meta {
    display: none;
    }
    This will solve your issue.
     
  3. avianna

    avianna New Member

    Joined:
    Nov 12, 2012
    Messages:
    16
    Likes Received:
    0
    Thank you so much!
     
Thread Status:
Not open for further replies.

Share This Page