Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #939317

    I want to use the Post Slider to show my Portfolio entries. The portfolio items are not date-specific. When I use the Post Slider for Portfolio entries, a date shows up no matter what labeling I choose. The date represents the date I created the portfolio item and has nothing to do with the item itself. Can I remove this from the display? (My goal is simply “Title + Read More Link” – with no date). I tried disabling dates in the blog layout section of Enfold, but that didn’t affect it (plus I still want blog posts to display dates…)

    Any ideas?

    #939599

    Hey pkjd,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-content-slider .entry-footer {
      display:none !important;
    }

    Best regards,
    Rikard

    #954695

    Thank you for your response, but I’m afraid that didn’t work. It still displayed the date. Any other ideas?

    #955276

    Hi,

    Thank you for the update. Please try this one instead.

    .avia-content-slider .slide-meta time { 
       display: none !important;
    }

    Best regards,
    Ismael

    #957102

    That worked! Thanks for following up!

    #957265

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about Enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove post date from Post Slider entries?’ is closed to new replies.