Hi,
I’m using the Celestial Reloaded theme and I wanted to add a social media icon for github. The basic method is clear so far and is already described in this forum.
However, I am not able to overwrite this file with the child theme (the custom field for github_uid is not added to the customisation form):
includes/theme-customizer.php
This file is included in functions.php which is not overwritten as far as I understand, but appended to the functions.php from the parent template.
My guess is, that the following statement in the functions.php of the parent theme does not include the theme-customizer.php from the child theme:
require ( get_template_directory() . ‘/includes/theme-customizer.php’ );
I would be very thankful for a hint, how to customise the social media icons with the child theme,
thanks and cheers,
Dennis