Social network support vk.com

Home Support Business Kit Social network support vk.com

Tagged: , ,

  • This topic has 2 replies, 2 voices, and was last updated 5 years ago by Anonymous.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11000
    Anonymous
    Inactive

    Please do the support of the social network vk.com
    Icon fa-vk f189

    #11054
    nirav
    Keymaster

    Hello Alex98,

    Greetings of the day!

    Lots of social media icons available in theme, but there are no icons for Vkontakte.
    You can add these icons using custom CSS without creating a child theme.

    Follow the below steps to add custom CSS.
    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    .social-widgets ul li a[href*="vk.com"]::before{
        content: "\f189";
    }
    
    .social-widgets ul li a[href*="vk.com"]:hover{
        background-color: #5181b8;
    }

    Please feel free to let us know if you have any further queries.

    Thank you

    • This reply was modified 5 years ago by nirav.
    • This reply was modified 5 years ago by nirav.
    #11149
    Anonymous
    Inactive

    Thank you very much!

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