Remove "Posted by…" on single blog page / archive page
-
Hello,
I have some questions:
– I have a blog section on my homepage, and got rid of the “Posted by” by selecting the “design” Masonry Grid. So that’s ok
– On the overview on /blog/ page i have selected in Theme settings – Blog – Also the Masonry Grid but in the blog archive page (/blog/) it is showing the “Posted by” and also the “Continue reading” text. How can I remove this, because it looks a lot cleaner without those two. Cannot be done in the admin?
– On a single blog page, there is also the text “posted by”, and would like to remove this also. How can dit be done.
🙂
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .blog-post-loop .woodmart-entry-content .read-more-section,
body .woodmart-entry-meta .meta-author{
display:none;
}
Best Regards
That worked out, but is still showing the “share icon” -> hovered-social-icons
What do I need to change 🙂
Hello,
Please replace the code, I have added the CSS to hide the comments and social icons
body .woodmart-entry-meta .meta-reply,
body .hovered-social-icons,
body .blog-post-loop .woodmart-entry-content .read-more-section,
body .woodmart-entry-meta .meta-author{
display:none;
}
Best Regards