The style should look like this
styles/Simple/theme/images/legend_en.jpg All icons inserted in style 3.3.0
Icons not shown when inserted in css (not in html)
- fas fa-arrows-alt (topic moved)
- fas fa-cube (forum read, forum unread)
- fas fa-cubes ( subforum read, subforum unread)
- fas fa-key (forum locked)
(what I have notices until now)
All icons inserted in the css are displayed as far icons. No matter if you insert the code for fas, fab, fa. Fully filled icons will not be displayed if the iconcode is inserted in the css.
I still think that somehow you have to integrate the solution from the first answer into his style. https://stackoverflow.com/questions/496 ... ot-showing
Simple
- Tastenplayer
- Administrator
- Beiträge: 67
- Registriert: So 17. Feb 2019, 18:13
Simple
My forum
Be the best version of yourself rather than a bad copy of someone else!
The best online Translator
Be the best version of yourself rather than a bad copy of someone else!
The best online Translator
- Tastenplayer
- Administrator
- Beiträge: 67
- Registriert: So 17. Feb 2019, 18:13
Re: Simple
This is also the code for the forums & topic icons (icons inserted in css not html)
Therefore, if an icon is not displayed, a font-weight: 900; would have to be inserted for the global exchange? We will see.
Some icons looked much better in 4.7. Some are now much too fat.
Some icons appear larger than the others. E.g the fa-signal inserted in statistic and the fa-link, fa-external-link, I scaled it down.
Code: Alles auswählen
.forum_read:before { content: '\f07b'; color:#333333; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 22%; font-size: 25px; left: 15px; }
Code: Alles auswählen
.forum_read:before { content: '\f07b'; color:#333333; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; font-weight: 900; position: absolute; top: 22%; font-size: 25px; left: 15px; }
Some icons looked much better in 4.7. Some are now much too fat.
Some icons appear larger than the others. E.g the fa-signal inserted in statistic and the fa-link, fa-external-link, I scaled it down.
My forum
Be the best version of yourself rather than a bad copy of someone else!
The best online Translator
Be the best version of yourself rather than a bad copy of someone else!
The best online Translator