Hide the “Registration” text

Good morning
I am using ListingHive theme

  • How can I hide the “Registration” text?
  • Registration will be “private” and the link to the “Registration” form will be sent by email.

Please can you help me?

Hi,

Please use this CSS snippet How to add custom code snippets - HivePress Help Center :

.hp-form__action--user-register {
	display: none;
}

Please note that it can require further customization.

I believe this will be useful to you.

1 Like

andrii, it was perfect just with the code.
thanks for your help andrii

1 Like

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