Can you tell me how can I change the colors of the magnifier in the search page?
The smart search is not working...
technova76 Hi use this code
.search .input-group .input-group-btn .btn-default:hover { color: #2c6186; } .search .input-group .input-group-btn .btn-default { background: transparent; color: #f05271;}
For smart search use this doc to index data : https://docs.joomla.org/Smart_Search_quickstart_guide
The button is not working.