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?
Hey pkjd,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-content-slider .entry-footer {
display:none !important;
}
Best regards,
Rikard
Thank you for your response, but I’m afraid that didn’t work. It still displayed the date. Any other ideas?
Hi,
Thank you for the update. Please try this one instead.
.avia-content-slider .slide-meta time {
display: none !important;
}
Best regards,
Ismael
That worked! Thanks for following up!
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