Hi, I would like to get rid of author and comment on the news page. I am using default business and single author small preview pic. I have unselected comments and author, so they are not on the single posts but they still appear on the news feed summary page. Please advise how I can remove.
Hey andrea,
Please try the following in Quick CSS under Enfold->General Styling:
.category-news .text-sep-cat, .category-news .blog-author, .category-news .text-sep-comment, .category-news .comment-container {
display:none;
}
Best regards,
Rikard
Perfect, thanks for that.