Skip to content

Instantly share code, notes, and snippets.

Created August 23, 2017 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d544bb37163fec7d208d369b67b485a2 to your computer and use it in GitHub Desktop.
Save anonymous/d544bb37163fec7d208d369b67b485a2 to your computer and use it in GitHub Desktop.
/**
* [photo_fusion_pro_child_custom_style add custom styling for vk icon]
* @return [type] [add custom styling for vk icon]
*/
function photo_fusion_pro_child_custom_style() {
?>
<style type="text/css">
.social-icons li a[href*='vk.com']:before, .social-icons li a[href*='vk.com']:after {
content: '\f189';}
</style>
<?php
}
add_action( 'init', 'photo_fusion_pro_child_custom_style' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment