Hi there,
Would you be so kind to help me out with soms css code?
I would very much like the text-preview and the number of comments to disappear from the overview page.
Can you help me?
Maaike
Hey maaike!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog .comment-container, .blog .text-sep-comment, .blog .entry-content {
display: none;
}
If that does not work, please post the link to your website
Regards,
Yigit
Hey!
Please use following code instead
.archive .slide-meta-comments, .archive .slide-meta-del, .archive .slide-entry-excerpt {
display: none!important;
}
Cheers!
Yigit
GREAT!!!!
Thanks!!