Tagged: font awesome, fontawesome, imdb, social icons, socialicons
Anyway the IMDb Font Awesome icon can be added to the social icons? Thanks!
Hi Jason,
Just go to Appearance > Customize > Additional CSS and paste the below line of code to support for IMDb.
.social-profiles ul li a[href*="imdb.com"]:before { content: '\f2d8'; }
After adding above code just set the link as you did for other social profiles to show IMDb link.
Thank you!
Brilliant! That works lovely. Thank you so much! 🙂
I added this bit of code to change the icon color to the official IMDb one on hover.
.social-profiles ul li a[href*="imdb.com"]:hover { color: #f3ce13; }
Hello Jason,
Code is absolutely correct for to change the color only for IMDb on hover.