Remove "Reply to Listing"

How can I remove “Reply to Listing” sign from bottom of my posts/listings.
I have already tried this code and did not help:

.hp-listing--view-page .hp-listing__action--message {display:none!important}

Thanks

Hi,

You can do this by disabling Messages in WordPress/Plugins. If you mean hiding this button only but leaving messages then this CSS snippet may help:

.hp-listing--view-page .hp-listing__action--message {display:none!important}

Please make sure you add this CSS snippet correctly, you can check this doc How to add custom code snippets - HivePress Help Center

Also, If you use a caching plugin, make sure that caching is disabled for logged-in users.

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