compiled/module-customsearch

Modern Magento 2 search bar replacement (Luma, Blank, Tailwind-friendly)

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

Language:CSS

Type:magento2-module

pkg:composer/compiled/module-customsearch

1.0.0 2025-06-18 10:47 UTC

This package is auto-updated.

Last update: 2025-11-19 11:04:03 UTC


README

Clean, minimal search form replacement for Magento 2.
Replaces the default Luma/Blank search with a Tailwind-friendly and theme-agnostic version.

✨ Features

  • Removes Magento's default top.search block
  • Injects a lightweight custom search bar into the header
  • No layout overrides required
  • Works on Luma, Blank, and Tailwind-based themes
  • Easily restyled with CSS or utility classes

🎨 Styling

To override the search background, add this to your theme’s CSS:

#search_mini_form {
	background-color: #000;
	color: #fff;
}
---

## 📦 Installation

```bash
composer require compiled/module-customsearch
bin/magento setup:upgrade
bin/magento setup:static-content:deploy -f
bin/magento cache:flush