Viewing 1 replies (of 1 total)
  • Hi @deepikachaturvedi,

    Thank you for reaching out.

    There is a way to hide the tags with a tiny CSS modification.

    All you have to do is access Appearance->Customizer->Additional CSS and add the following CSS code:

    .tags-links
    {
       display: none;
    }

    This way, all tags under each post will be hidden. Should you wish to add them again, just removed the code you added.

    Best Regards,
    Pavle

Viewing 1 replies (of 1 total)
  • The topic ‘How to hide tags on the posts’ is closed to new replies.