Hi there,
I use template MO and want to show gk-bullet2 on this page http://ars-dicendi.de/drsandraeversberg/index.php/joomla but get only black points instead of font awsome icons.
How can I fix this?
ul.gkBullet2 li:before {
color: #84cbc5;
content: "\f14a";
}
ul.gkBullet2 li:before {
color: #84cbc5 !important;
content: "\f14a" !important;
}