Hello,
sorry to bother but I could not find the info in the forum.
In my home page, I use an avia section to display the latest news posted in the blog/news section of the website.
I don’t want the comment counts to be displayed. Just the date, and the first few lines with a link to the article.
Here is a screen-shot:
https://www.dropbox.com/s/jrg0tgqv3fa35c7/blog%20with%20comment%20count.jpg?dl=0
How can I just remove the comment counts ?
I have tried with the options of the avia section (grid format) and also trough the theme parametres – blog options.
In the theme parameters, when I choose not to display the comment counts, it still displays it in the avia section.
Thanks for your help.
Hey fwillmann!
Try adding this to your custom CSS.
.slide-entry-wrap .slide-meta-comments, .slide-entry-wrap .slide-meta-del {
display: none !important;
}
If that’s not working then send us a link and we’ll take a closer look.
Best regards,
Elliott
Spot on !
It works perfectly.
Thanks for your help and high reactivity.