Remove date in blog posts

Discussion in 'Dzonia WordPress Theme' started by ivilink, Feb 21, 2014.

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

    ivilink New Member

    Joined:
    Nov 5, 2013
    Messages:
    10
    Likes Received:
    0
    Dear Team,
    could you please explain how to remove the date on blog posts? The date shows inside a colored circle and I would like them removed. Both the circle and the date. Thanks Screen shot 2014-02-21 at 9.13.24 PM.png
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content_wrapper .content .post .post_date {
    display: none;
    } 
    This will remove the date from the blog posts.
     
  3. ivilink

    ivilink New Member

    Joined:
    Nov 5, 2013
    Messages:
    10
    Likes Received:
    0
    Thank you! It worked perfectly
     
Thread Status:
Not open for further replies.

Share This Page