Hi,
Just a thought; isn’t better to customize any design element in the section Extra CSS in theme GUI instead?
Changes in specific css-file will be lost if/when theme gets updated or?
rgrds
Freddie
Hi @amethyst3551,
You can actually remove it by using CSS. Open the section Extra CSS in the theme GUI.
enter the following:
.wpdevart-search-button-icon {
display: none !important;
}
Update.. and the search icon is removed.
Regards
Freddie G