I would like to add a new social media icon and I gather from the FAQ that this could be accomplished by replacing an existing icon (which I do not wish to use). E.g. Define a new icon and give it the name Dribble.png.
I already use a child theme named tempera-child which is active and working OK. From the FAQ, I assume that I should place my new version of Dribble.com in:
/tempera-child/images/socials/Dribble.png
At execution, the original version of the icon is being picked up, so clearly there is something else I need to do.
Here is the FAQ I am referring to:
You can use this child theme to also replace the social icons images, by adding all your custom images in the tempera-extrasocials/images/socials/ folder (using exactly the same name as the originals) and leaving the new socials array empty: array().
Andy