Hi,
I’m trying to set up a news type blog page that is not supposed to receive comments, however the Postslider tool doesn’t seem to allow me to show the date of the posts without also show a “0 Comments” message.
Is there are way to remove this message while leaving the post date visible?
Thanks,
mk
Hey mk,
Kindly add this code in Quick CSS (located in Enfold > General Styling):
.avia-content-slider .slide-meta-comments, .avia-content-slider .slide-meta-del {
display: none !important;
}
Hope this helps :)
Best regards,
Nikko
Hi Nikko,
Thank you. That works perfectly.
mk
Hi mk,
Glad we could help :)
Best regards,
Nikko