So we are using the Enfold theme and we have both a slider that has news as well as our grids that show both comments and pub dates – see image. How do we remove these. I want to show title, except, read more – just don’t want to show comment count our date.
Please advise.
Hey uptimeinstitute!
Please provide a live link of the web site, so we can send you the CSS coded needed.
Regards,
Basilis
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-content-slider .slide-meta {
display: none;
}
Best regards,
Vinay