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

Update custom-css.md #192

Merged
merged 1 commit into from
Sep 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/kagi/features/custom-css.md
Original file line number Diff line number Diff line change
Expand Up @@ -951,19 +951,19 @@ Our users have built and shared the following themes:

You can collaborate on themes in the **\#appearance** channel on the [Kagi Discord](https://kagi.com/discord) server or the community-managed [subreddit](https://www.reddit.com/r/KagiUserCSS/).

## Hide Quick Search button
## Customizations

If you want to hide the floating Quick Search button from Kagi search results page apply the following custom CSS in your [Appearance settings](https://kagi.com/settings?p=custom_css).
<details><summary>Hide Quick Search button</summary>

<details><summary>Hide Quick Search button</summary>

If you want to hide the floating Quick Search button from Kagi search results page, apply the following custom CSS in your [Appearance settings](https://kagi.com/settings?p=custom_css).
```css
.quick-search-btn {
display: none;
}
```

</details>
</details>

## Learn

Expand Down