Commit 938617fc by Manzar Hussain

add icon

parent 8f152f9e
......@@ -28,7 +28,7 @@ function envigo_theme_suggestions_page_alter(array &$suggestions, array $variabl
}
function envigo_form_search_block_form_alter(&$form, &$form_state) {
$form['actions']['submit']['#value'] = html_entity_decode('');
$form['actions']['submit']['#value'] = html_entity_decode('<i class="fa fa-search" aria-hidden="true"></i>');
$form['actions']['submit']['#attributes']['class'][] = 'search-button';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment