How to delete “Open 24/7”’

How can I remove “Open 24/7”button from the listing item?

Hi,

Please use this CSS snippet:

.hp-template--listing-submit-details-page .hp-field--opening-hours .hp-field--checkbox{
	display:none !important;
}

Please note that it can require further customization.

​I hope this is helpful to you.

It doesn’t work.
27/7 button still exists.

Hi,

Please make sure you add this CSS snippet using this doc: How to add custom code snippets - HivePress Help Center. Also, please disable third-party plugins and customizations (if any) and check if this issue persists. If you use a caching plugin, ensure that caching is disabled for logged-in users.

Sorry, I was mistaking CSS for PHP.
It is working well now, thank you!

1 Like

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