Removing Length of Time Ad Posted

Discussion in 'ClassiCraft WordPress Theme' started by chester29, Feb 8, 2016.

  1. chester29

    chester29 Member

    Joined:
    Nov 19, 2015
    Messages:
    76
    Likes Received:
    3
    Location:
    France
    I've been able to remove the length of time that an Ad has been posted on most of the pages (using CSS code posted elsewhere) but not on the Ad Detail page - see pic attacked.

    Thanks,
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    ul.list li.thumbnail .post_meta li.estimate {
        display: none;
    }
    .content_wrapper .content .post .post_meta li.estimate {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    chester29 likes this.
  3. chester29

    chester29 Member

    Joined:
    Nov 19, 2015
    Messages:
    76
    Likes Received:
    3
    Location:
    France

    Thanks Priya - Perfect !
     
  4. priya

    priya Guest

    You're welcome Chester..:)

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page