Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide a find function #520

Closed
albamef opened this issue Mar 14, 2024 · 4 comments
Closed

Hide a find function #520

albamef opened this issue Mar 14, 2024 · 4 comments

Comments

@albamef
Copy link
Contributor

albamef commented Mar 14, 2024

Hi, how I can hide a "find" button?

@rejetto
Copy link
Owner

rejetto commented Mar 14, 2024

what find button are you talking about? this?
image

@albamef
Copy link
Contributor Author

albamef commented Mar 14, 2024

what find button are you talking about? this? image

Yes =)

@rejetto
Copy link
Owner

rejetto commented Mar 14, 2024

admin-panel > custom html > after header
add this

<style>
#search-button { display: none; }
</style>

@rejetto rejetto closed this as completed Mar 14, 2024
@albamef
Copy link
Contributor Author

albamef commented Mar 14, 2024

admin-panel > custom html > after header add this

<style>
#search-button { display: none; }
</style>

Thank you! =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants