Hello,
I use Joomla 5.0.3 with Yootheme 4.3.7.
On some pages fontawesome icons integrated in Joomla are not displayed.
This seems to be related to "before" in the CSS.
.icon-eye::before {
content: "";
}
HTML:
<span class="icon-eye icon-fw" aria-hidden="true">
::before
</span>
For example on this page "/component/users/login?Itemid=101"
However, the CSS file is loaded correctly: media/system/css/joomla-fontawesome.min.css?ver=4.3.7.
And nothing is blocked in the .htaccess.
Does anyone have an idea?
Thanks Robin
I use Joomla 5.0.3 with Yootheme 4.3.7.
On some pages fontawesome icons integrated in Joomla are not displayed.
This seems to be related to "before" in the CSS.
.icon-eye::before {
content: "";
}
HTML:
<span class="icon-eye icon-fw" aria-hidden="true">
::before
</span>
For example on this page "/component/users/login?Itemid=101"
However, the CSS file is loaded correctly: media/system/css/joomla-fontawesome.min.css?ver=4.3.7.
And nothing is blocked in the .htaccess.
Does anyone have an idea?
Thanks Robin
Statistics: Posted by theloxlay — Tue Mar 12, 2024 4:41 pm