 
	
		
		
		
		
			
- 
		AuthorPosts
- 
		
			
				
July 28, 2016 at 10:14 am #666100the wonderful flaticons integrated in one of the demos i think (or in enfold 3.6) are from http://www.flaticon.com/ 
 If you like those icons you can download them with the normal flat icon basic license. The zip file contains svgs too !!!
 These svgs you can upload to http://fontello.com/ by drag and drop the whole svgs at once into the “Custom Icons” Field.
 Download the font and import it to enfold icon fontmanager (Data import/export)i tested it with business seo 80 icons set – and allthough these svgs aren’t monochrom it works well. July 31, 2016 at 9:25 am #666956Hey, Thanks for sharing that info Guenter. Best regards, 
 JosueSeptember 12, 2017 at 9:23 am #850896I am trying to upload the the flaticon svg file, but it keeps on failing and saying that the server is not responding. Can anyone help on this? September 12, 2017 at 12:41 pm #850971you want to use svgs in wordpress ! The tip above is a bit different. It shows you the way to use these flaticons as font-icon set ! Anyway – wordpress does not support on default the usage of svgs (something i do not understand) 
 If you like to be able to upload an svg you can use some code in functions.php of your child-theme – or use that brilliant plugin “svg support”but try this first in your functions.php of child-theme: function custom_mtypes( $m ){ $m['svg'] = 'image/svg+xml'; $m['svgz'] = 'image/svg+xml'; return $m; } add_filter( 'upload_mimes', 'custom_mtypes' );September 12, 2017 at 2:11 pm #851000May 10, 2018 at 6:31 pm #954749@guenni007 is it possible to use colored icons? I don’t want black and white icons! May 11, 2018 at 12:32 pm #955231Hi afarahani, You can use css to adjust icon colors. Can you show us what you’ve got so far? If you need further assistance please let us know. 
 Best regards,
 Victoria
- 
		AuthorPosts
- You must be logged in to reply to this topic.
