-
AuthorPosts
-
December 18, 2013 at 5:16 pm #201592
Is there a way to remove the # of comments / category of the blog post / author of the blog post from the actual blog post itself?
REF: http://gyazo.com/8f976216824bbb13b00ba77829c30f80
Want to remove the following: http://gyazo.com/c86260a04eb5bb03519042ee962116e5Is this possible at all?
I looked at some of the options as to whether or now I could remove it however I could not find anything personally.Please let me know!
Thanks!
December 19, 2013 at 2:45 am #201817Hi DaveL77!
You can add this on your custom.css or Quick CSS:
.text-sep.text-sep-date, .comment-container.minor-meta, .text-sep.text-sep-comment, .blog-categories.minor-meta, .text-sep.text-sep-cat, .blog-author.minor-meta { display: none; }If you want it to display on blog overview then hideo on the single post view, you can use this:
.single .text-sep.text-sep-date, .single .comment-container.minor-meta, .single .text-sep.text-sep-comment, .single .blog-categories.minor-meta, .single .text-sep.text-sep-cat, .single .blog-author.minor-meta {
display: none;
}Best regards,
IsmaelJanuary 9, 2014 at 9:38 pm #207643Hello Ismael,
I want also remove the the # of comments / category of the blog post / author of the blog post of my site (http://www.tierheim-horka.de/aktuelle-artikel-hunde-katzen-aktionen-neuigkeiten/). But if I insert your CSS-Code ” .text-sep.text-sep-date, .comment-container.minor-meta, .text-sep.text-sep-comment, .blog-categories.minor-meta, .text-sep.text-sep-cat, .blog-author.minor-meta {display: none; } in the style.css of my enfold-child-theme, then nothing happens. Maybe you have an idea, where is my mistake.
Best regards,
LarsJanuary 10, 2014 at 1:00 am #207719 -
AuthorPosts
- The topic ‘Remove Comments / Category / Author from blog posts’ is closed to new replies.
