How do i remove date from blog posts?

Discussion in 'BusinessGrow One Page WordPress Theme' started by carlaulrich, Jan 20, 2014.

  1. carlaulrich

    carlaulrich New Member

    Joined:
    Dec 12, 2013
    Messages:
    9
    Likes Received:
    0
    I would like to use the blog area to display video interviews and would like it to just include the title, a little blurb, and the video. How do i take out the date and "catagorized" info or anything else that is on the post?

    Thanks
     
  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:
    ul.post_meta {
    display: none;
    }
    It will remove date and categorized section from your website.

    Thanks & Warm Regards
    Harmeet Singh
    InkThemes.com
     
    carlaulrich likes this.

Share This Page