This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

Where I can find and change icons for social net?

  • Creator
    Topic
  • #23433
    sav_smolensk
    Participant

    How I can change icons for the social net or add the new social net for users from Russia?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #23438
    Jason Bobich
    Keymaster

    Hello Sav,

    Unfortunately there is no feature for adding custom icons, and so this will be a customization you’ll need to make from your child theme. There are several ways you could go about customizing, so I’ll do my best to point you to the right resources.

    The social icons display on the frontend of your site with a popular icon font called FontAwesome.

    For how this HTML markup is outputted to display those icons, see the function themeblvd_get_contact_bar() in /framework/includes/parts.php. You’ll see the returned output has the filter “themeblvd_contact_bar” which you can utilize from your child theme, if you want.

    For how the icons are selected in your WordPress admin, see themeblvd_get_social_media_sources() in /framework/includes/general.php. You’ll see the returned array of social media sources has the filter “themeblvd_social_media_sources” which you can utilize from your child theme, if you want.

    #23441
    sav_smolensk
    Participant

    Thank you very much for support!!! Everything worked fine!!!

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