How to make tags in header non-clickable

How can I make the tags found in the header non-clckable?

Hi,

If I understand you correctly, please use this CSS snippet (How to add custom code snippets - HivePress Help Center):

.header-hero__content .hp-listing-tags a {
	pointer-events: none;
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.