Included some CSS code. Propably not the most elegant solution, but it works.
-
This reply was modified 6 years, 6 months ago by PepiBlu.
Thank you Cory, but it does work now.
The world is full of magic things 😉
Josef
You need to copy icons into a folder in your child theme and then add this code into your child css. Pls. check your path and modify the statement
.icon-twitter:before {
content: url(‘//localhost:8888/wordpress/wp-content/themes/xxxxx/xxxx/twitter.png’);
}