Search widget
Hi! I have the search widget on the right, next to the main menu. I need to change "Enter your search" text for another one.
I discovered in the code the following strings, but I don't know which of these should I change to my own text:
$translate['search-placeholder'] = mfn_opts_get('translate') ? mfn_opts_get('translate-search-placeholder','Enter your search') : __('Enter your search','betheme');
?>
The search icon doesn't work. How to turn it to clickable search icon?
I discovered in the code the following strings, but I don't know which of these should I change to my own text:
$translate['search-placeholder'] = mfn_opts_get('translate') ? mfn_opts_get('translate-search-placeholder','Enter your search') : __('Enter your search','betheme');
?>
The search icon doesn't work. How to turn it to clickable search icon?
Comments
This text can be easily changed under Theme options > Translate > General section.
Thanks!
The search button icon is not clickable, the user has to click enter to search, could this be improved?