If you’ve set the homepage to show a blog post listing, you may want to hide the post category links to reduce clutter on the homepage. In that case, use the following code in the Additional CSS section of the theme customizer:
/* Hide post categories on homepage */
body.home .entry-categories-inner {
display:none;
}