HELP PLEASE! How Do I remove thumbnails post date on Homepage

Discussion in 'Subscribely v2 WordPress Theme' started by conceptsnet, May 11, 2014.

  1. conceptsnet

    conceptsnet New Member

    Joined:
    Aug 18, 2012
    Messages:
    9
    Likes Received:
    0
    Can you please tell me how to remove the thumbnails post date on the Subscribely theme Home page! Your help will be very much appreciated.
     
  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:
    #content_wrapper #thumbnails li p {
    display: none;
    } 
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page