In search element add a texte instead off an icon for click

Hello,

Is there a way to add a text like search instead off an icon to launch the search like that

Thanks.

unselect icon, then activate it without select any icon, then go in css panel and use this code:
root .bricks-search-icon {
text-align:center;
}
root .bricks-search-icon:before {
content:“search”;
text-align:center;

}

Hi thanks, in fact i have create a specific search template with the wordpress api Creating a Search Page « WordPress Codex