Hiding Message Sending

I want to hide the button to send a message to a user. How can I do this?

Please try this CSS snippet

.hp-template--vendor-view-page .hp-vendor__actions--primary .hp-vendor__action--message{
	display: none;
}

Thank you for everything!
Looks like I’m going to have the perfect site!

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