social icons menu

Home Support Super Construction social icons menu

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12286
    Anonymous
    Inactive

    Hi,
    in the social icons menu (top right position), I got facebook and twitter set up correctly with the icons. But for google (for google my business link) and vk.com, there’s ‘link’ icon that appears instead of their own. Is there a way to get their icons please?

    Note: And I checked for a few other social media (youtube, linkedin, instagram) where icons appear correctly as well. But that’s all, it seems those are the only ones supported.

    #12323
    nirav
    Keymaster

    Hello Rolm,

    Greeting of the day!

    Please follow below-mentioned steps and add code in custom CSS to resolve the issue.

    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:

    .business_point_widget_social ul li a[href*="vk.com"]::before {
        content: "\f189";
    }
    
    .business_point_widget_social ul li a[href*="google.com"]::before {
        content: "\f1a0";
    }

    Hope this helps.

    Feel free to get in touch in case of any other queries.

    Thanks and Regards,
    Team ProDesigns

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