Home Forums Pro Themes Photo Perfect Pro Hide All Blog Categories from being Visible above Posts

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #183042
    soarts
    Participant

    Is there a way to hide all categories from showing above each post?

    On my blog page, above each post preview and post titles are listed the category tags for each post. These category listings are larger than the post titles and very distracting.

    My blog page for reference: https://www.stephanieoplingerarts.com/blog/

    #183046
    sanam
    Keymaster

    Hello @SOARTS, Please add this CSS in the Additional CSS

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

    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.

    Regards,
    Themepalace

    #183047
    soarts
    Participant

    Perfect, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.