Subscribely Theme - How do I remove date stamp from thumbnails on home page?

Discussion in 'Forum Rules' started by bhendrix, Feb 7, 2014.

  1. bhendrix

    bhendrix Guest

    Joined:
    Feb 6, 2014
    Messages:
    5
    Likes Received:
    0
    Please show me the css to remove the date stamp from thumbnails on the home page.

    Thank you ,

    Brian
     
  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