Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #653997

    I’m sure it’s a quick snippet, but I haven’t been able to find it. I’ve been able to remove date, author, etc., but I can’t seem to get rid of those darn categories above the post titles.

    I just want the blog posts to be:
    Post Name
    Excerpt
    Read More link

    Thanks for your help!

    #654722

    Hey lucky19,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #654750

    Hi

    The same thing than Lucky19. I want to remove these category blog minor meta, I have unchecked in parameters’ post setting but it didn’t work. I also try to write this in my child theme ” }echo “<span class=’comment-container minor-meta’>”;
    display: none; ” no result. Then I also try to delete some lines in loops index page. Don’t work

    More other is it possible to remove image in a blog post?

    Sorry, can’t be able to give you a link bescause I work for the moment in local

    Thanks
    Sorry for my english !

    #654787

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    span.blog-categories.minor-meta {
        display: none!important;
    }
    

    Best regards,
    Yigit

    #654869

    Thanks Yigit !
    And in oder to remove “date” I add in CSS section :

    }
    div.slide-meta {
    display: none;
    }

    #654882

    Hey!

    Great! Glad you figured it out!
    We will keep the thread open for the OP. If you have any other questions or issues, please feel free to start a thread :)

    Cheers!
    Yigit

    #655047

    Thank you so much for your help!

    #655212

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Removing "categories" from blog post grid’ is closed to new replies.