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
Requires
- php: >=7.4 || ^8.1
- magento/framework: >=103.0
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.searchblock - 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