Home › Forums › Basel support forum › Additional social fields in administration panel in child theme › Reply To: Additional social fields in administration panel in child theme
August 7, 2016 at 4:56 am
#2489
Artem Temos
Keymaster
Hello,
To add additional icons you just need to rewrite “basel_shortcode_social” function in the child theme. So just copy this function entirely and place into functions.php file of your child theme. Then modify this function by adding HTML code for other social icons. Unfortunately, there is no quick instructions at the moment how to add fields to the admin panel in the child theme.
Regards