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?

image

Comments

Sign In or Register to comment.