Remove Date/Time on Posts and Listings

Discussion in 'ClassiCraft WordPress Theme' started by phildorn, May 7, 2013.

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

    phildorn New Member

    Joined:
    Dec 28, 2011
    Messages:
    9
    Likes Received:
    0
    Working through your trial - almost there.

    2 questions
    1) Is it possible to remove date/time (eg 21hours ago) in eg All Ads/Listings and Posts

    2) Is there a simple fix to enlarge images slightly in lists eg All Ads/Premium Ads

    Many thanks, Phil.
     
  2. 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:
    ul.list li.thumbnail .post_meta li.estimate {
    display: none;
    }
    ul.list .thumbs img {
    width:100px;
    height:100px;
    }
    This will solve your issue.
     
  3. phildorn

    phildorn New Member

    Joined:
    Dec 28, 2011
    Messages:
    9
    Likes Received:
    0
    That was perfect. Many thanks. Phil.
     
Thread Status:
Not open for further replies.

Share This Page