• Hi! My blog posts show on my front page with the category cloud above the title and I just don’t like the look of that. How can I get rid of the category cloud on the front page tiles?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @ebfigueroa,

    Give us a link to your site so we can see your problem and help you resolve it.

    SYA 🙂

    Thread Starter ebfigueroa

    (@ebfigueroa)

    theoriesofisolation.com

    Hello @ebfigueroa

    First you should use a child theme or a custom CSS plugin for your changes or you will loose them on the next update of your theme.
    To remove the tags use this in the style.css of your child theme or in your custom CSS plugin

    .blog .entry-thumbnail-category {
        display: none;
    }

    This will remove the categories on the thumbnails of the blog since it’s your homepage

    .blog .entry-thumbnail-category {
        display: none;
    }

    This will remove the categories on the thumbnails anywhere in the site

    SYA 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove post categories front page’ is closed to new replies.