Funktioniert. Danke.
Hi Andy,
kannst Du mir diese Info bitte etwas präziser geben? Wie sieht der custom css Code aus, wenn ich ein bestimmtes Icon aus Fontello nutzen möchte?
Marc
Hi Andy,
anbei der Link (private content)… Im Desktop Browser funktioniert es, nur auf iOS Geräten nicht… Da werden die Icons nicht angezeigt.
Hi Andy,
das Tutorial kenne ich. Allerdings geht es mir darum, mittels custom css die bullets bei listen dirch icons zu ersetzen. Im Zephyr Theme (Upsolutions) habe ich das problemlos umsetzen können, im Enfold geht das leider nicht… Diesen Code hatte ich verwendet:
/* Eigene Liste mit Icon */
.check-list ul {
list-style: none;
margin-left: 0px;
}
.check-list li {
padding: 6px 0px 5px 40px;
position: relative;
}
.check-list li:before {
content: '\f046';
font-family: 'FontAwesome';
font-size: 16px;
position: absolute;
top: 6px;
left: 5px;
}
You are right… Now (suddenly) the code does not work also im my chrome browser… Strange. How can i import the font “correctly”? Can you check that? You habe the private login data.
I have the issue on all iOS devices.