When Font Awsome characters is used, i get a litle square instead.
It looks like i am missing something - how do I get these charcters to show?
Screenshot:
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
Please check your email, download the attached file page.preprocess.inc and update in sites\all\themes\md_make\theme_setting\front
Then go to admin/config/media/icon => Click View Icons (Icon that you have Imported). Copy like this screenshot:
Press F12 to get the Class of an icon, Copy Class like the screenshot:
Then open file page.preprocess.inc (the update file), line 188 => replace 'linea_basic_awesome' with the copy in screenshot 1
and Line 189 => replace with the copy in screenshot 2
Unfortunately, that did not do the trick - issue remains. The problem is not that it is a wrong icon, the problem is that the icon is missing.
The square indicates a "unknown character"
New screenshot:
Please check font-family first
then try to edit your font-family
Please note that if font has name like linea_basic_awesome then you need to replace all "_" with "-" (example: font-family: "linea_basic_awesome" will become "linea-basic-awesome")
It works! Thank you very much. :)
One more question.
How (if possible) can I style the input fields to look the same, whether selecting only one item or multible items?