Removing Date, Post by, and Comments notification

Discussion in 'ReThink WordPress Theme' started by barry1, Dec 12, 2013.

  1. barry1

    barry1 New Member

    Joined:
    Dec 12, 2013
    Messages:
    3
    Likes Received:
    0
    Hi,

    I use the css modifier below to remove the date and post stamp. Iworks great on the home post page but it does not work on the post itself. So when I click the Read More button that information is on the post page.

    .product .post_meta {
    display: none;
    }

    Thanks!
    Barry
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Paste this code in Custom CSS

    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .product-info .post_meta, .product .post_meta {
    display:none;
    }
    It will solve your issue.

    Thanks & Warm Regards
    Harmeet Singh
    InkThemes.com
     

Share This Page