Removing tags from the listing page

Hi. How can I hide the tags on the listing page that are under the description?

Hi,

Please use this CSS snippet:

.hp-listing--view-page .hp-listing__tags {
display: none;
}

It works, thank you!

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