Okay
  Public Ticket #1042203
Changing social icons
Closed

Comments

  •  2
    Alessandro started the conversation

    Hi Paul, how are you ?

    Please , I would like to link my Getty Images portfolio in the footer. Is it possible to change, for example, the vimeo icon with another one to use the getty images icon ? 

    I looked for the icons on the theme folders but i didn't find them.

    Thank you !!

  •  295
    Paul replied

    Hi Alessandro!

    Unfortunately, the theme does not include the Getty Images icon out of the box. And it only uses the icon font from "Font Awesome" ( http://fontawesome.io/icons/#brand ). As I checked, it looks like there is no Getty Images icon in their list, too. 

    So, I am afraid in this case, you would have to manually customize the theme function to add your custom icon image into the social icon list.

    To do that, I would suggest creating a child theme to override the parent theme function. For how to create and customize via a child theme, please check out this article: https://uxbarn.ticksy.com/article/8649/

    And the related function about the social icon list is "nakamura_display_social_icon_set()" which you can find the full code of it in the "/includes/theme-functions.php" file of the parent theme.

    Regards,
    Paul

  •  2
    Alessandro replied

    Thank you Paul, i was looking for the icon to make a new one by myself to upload and rename in the folder...

    No problem :)

    Thank you again !!

  •  295
    Paul replied

    You're welcome, Alessandro!