Home Forums Pro Themes Photo Perfect Pro Social Icons

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21671
    mikwalrus
    Participant

    Hello,

    I have a small problem with my social icons. When I put the link on my FB or Instagram page – everything ok, it automatically set the social network icons. But when I put the link on my VK page (vk.com – russian social network) – nothing happens.
    Can I fix this problem? I would like that there will be a corresponding icon. Like this – https://vk.com/images/safari_152.png
    Thank you

    #21719
    wensolutions
    Keymaster

    Hello,

    To add the social icon for your social site, first of all add a custom CSS plugin to your site.

    You can use this plugin : https://wordpress.org/plugins/so-css/

    After you have added the plugin go to

    Dashboard -> Appearance -> Custom CSS and add the below given CSS.

    .photo_perfect_widget_social ul li a[href*="vk.com"]:before {
        content: "\f189";
    }
    .photo_perfect_widget_social ul li a[href*="vk.com"]:hover {
        background-color: #03A9F4;
    }
    

    Hope it helps.
    Best regards.

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