Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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/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!

    #201817

    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

    #207643

    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

    #207719

    Hi Lars!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .post-meta-infos { display: none; }

    If that does not work, please add the code to bottom of Style.css file of your child theme in Appearance > Editor

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Comments / Category / Author from blog posts’ is closed to new replies.