Removing Post Date from Sketch Slider

  • Unknown's avatar

    Dear all,

    Could somebody please tell me if it is possible to remove the post publication date from the Sketch theme slider? I only want it to display the post name if that’s possible.

    Thanks in advance!! :-)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, the following CSS will remove the date from the featured post slider on your main page. To apply this, you will have to purchase the Custom Design upgrade at Store in your dashboard.

    You can try out and preview custom CSS before you buy as explained here.

    .featured-content .entry-date {
        display: none;
    }
  • The topic ‘Removing Post Date from Sketch Slider’ is closed to new replies.