• Resolved mpls

    (@mpls)


    Hello – I have 3 blog posts set as featured content to display on the homepage. Is there any way to remove the category name so it doesn’t appear at the top of each post title? I’ve searched everywhere and tried all of the custom CSS offered but nothing seems to work. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • galderna

    (@galderna)

    For sticky posts on the homepage, try this:

    .home .featured-content .cat-links {
    display: none;
    }

    For post on blog page, try this:

    .blog .cat-links {
    display: none;
    }

    Thread Starter mpls

    (@mpls)

    This worked great, thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove category from blog posts on homepage’ is closed to new replies.