How To Hide Post Tags in Hestia Themes

To hide post tags in the Hestia WordPress theme, you can use custom CSS. Here’s a step-by-step guide:

Use Custom CSS in WordPress Customizer

  1. Go to your WordPress dashboard.
  2. Navigate to:
    Appearance > Customize > Additional CSS
  3. Add the following CSS:
.entry-tags{display:none;}

Also Read:

Top 15 Amazing Applications Built with Flutter Framework
E-Commerce Android App with Full Source Code

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top