How do I get rid of the dates of Posts on the Post Slider? I have already selected in the theme options to not show the dates but they still come up on the slider:
http://tipstogetpregnant.com/sharkeyshealingcentre/fertility-tips-resources-page/
Thank you
Hi raglovesfootie!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.slide-meta-del, .slide-meta-time {
display: none!important;
}
Best regards,
Yigit
Thanks.