Hello Mert,
I have a tricky question:
Is it possible to include a Font-Awesome-Icon directly via css and replace a svg url with one of the Font-Awsome-Icons?
#kbe_content .kbe_leftcol .kbe_article_list li {
background: url(images/article.svg) no-repeat left center;
background-size: 14px auto;
padding: 0 0 0 32px;
line-height: 20px;
}
Instead of the url, I want to use for example the classes "fa file-text-o" to show the icon.
Any help or hints are greatly appreciated!
Thanks,
Partick.