badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Add IMDb to social icons please?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #62400
    Jason R. Johnston
    Participant

    Anyway the IMDb Font Awesome icon can be added to the social icons? Thanks!

    #62481

    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!

    #62502
    Jason R. Johnston
    Participant

    Brilliant! That works lovely. Thank you so much! 🙂

    #62503
    Jason R. Johnston
    Participant

    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;
    }
    #62614

    Hello Jason,

    Code is absolutely correct for to change the color only for IMDb on hover.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.