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/c86260a04eb5bb03519042ee962116e5
Is 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!
Hi 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,
Ismael
Hello 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,
Lars