When I removed date from post title bar

Discussion in 'BlogsTrend WordPress Theme' started by faceless4all, Jan 18, 2015.

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

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    Good Morning!

    I removed the date from post title bar, it seems to work fine except
    for the posts that are on the homepage (1st page)
    .blog .post .post_meta li.date {
    display: none;
    }

    Please advise.
    Thanks,
    Jo.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Jo,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .blog .post .post_meta li.date {
    display: none !important;
    }
    Thanks & Regards
    Pramod
     
  3. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    Hi Pramod,
    Okay I will do that.
    Thanks.
    Jo.
     
Thread Status:
Not open for further replies.

Share This Page