Quote Originally Posted by K1979 View Post
Code:
define('BUTTON_SEARCH_ALT', ' Search Now');
Try this CSS.
Change the class name if you want to apply to other buttons.

for Font Awesome 4
Code:
.button_search{font-family: "FontAwesome";}
or

Code:
.button_search{font-family: "Font Awesome 5 Free";}
OK... so, responsive classic is loading version 4.7.0 through CDN so font-family: "FontAwesome" would be correct. Version 5 has 4 font-family so locking yourself to the one may not workout. where as 4 only has the one. One thing I didn't ask, if this is a local install for development, and no local setup was done for font awesome, then font would not be available for testing. If the CDN is called or a local install, the font is available for use..