Remove date ONLY from recent posts

Discussion in 'Infoway WordPress Theme' started by sannagianluca, Nov 3, 2013.

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

    sannagianluca New Member

    Joined:
    Sep 30, 2013
    Messages:
    21
    Likes Received:
    1
    Location:
    Cagliari
    Dear InkThemes techies,
    I'd like to remove dates from the "recent blog articles" (not from the post itself).

    I searched the old posts in this forum but it seems nobody has asked this before (I was not able to find it ).

    My Best Regards,
    Mr Gianluca Sanna
     
  2. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .page-template-blog-php .content-bar .post .post_meta .post_date {
    display: none;
    }
    .category .content-bar .post .post_meta .post_date {
    display: none;
    }
    This will solve your issue.
     
  3. sannagianluca

    sannagianluca New Member

    Joined:
    Sep 30, 2013
    Messages:
    21
    Likes Received:
    1
    Location:
    Cagliari
    Dear Piyush,
    the code provided not worked for my issue. It removed date from the "category archive" but NOT from the "recent blog list" show below .

    As I explained in my previous post I need to remove date ONLY from the area shown below (not elsewhere) :

    problem.jpg

    Thanks
     
  4. Piyush

    Piyush Support Staff

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

    Sorry, I was misunderstood your issue.
    Could you please provide us your website link so that we can provides you the exact solution.
     
  5. sannagianluca

    sannagianluca New Member

    Joined:
    Sep 30, 2013
    Messages:
    21
    Likes Received:
    1
    Location:
    Cagliari
    Dear Piyush,
    No problem for misunderstading.... I know that providing solutions to so many problems is an hard work indeed!!
    the website is http://www.barcellonaviaggi.it/.
    but you can see in my screenshot what is the problem...

    Best Regards,
    Mr Gianluca Sanna
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .signinformbox1.widget .post-date {
    display: none;
    }
     
  7. sannagianluca

    sannagianluca New Member

    Joined:
    Sep 30, 2013
    Messages:
    21
    Likes Received:
    1
    Location:
    Cagliari
    It worked perfectly!
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page