I would like to remove the category text from the post carousel. I still want the carousel there, and I want the image and title to appear, just not the category.
Go to front-page.php present in your theme directory and remove the code given below Code: <p> <?php the_category(', '); ?></p> Sending image for reference This will solve your issue.