Hi,
I'm using the Joomlart T3 framework which uses BS3 files. When using any BS3-based template the seblod button-icons are not visible. Is there a way to get them showing up.
See differences below between BS2 / BS3
Thanks in advance.
Including icomoon fonts in index.php did the trick...
$doc = JFactory::getDocument();
$doc->addStyleSheet($this->baseurl.'/media/jui/css/icomoon.css');
Solved