Comments rizrits started the conversationNovember 11, 2017 at 10:20pmHi,There is no option in the theme option to add the YouTube Icon at the top.How can i add Icon and the lick to my channel.Thanks 432Sergio repliedNovember 13, 2017 at 10:37amHi, You need to install child theme and add next code to its functoins.php file: add_action('scalia_print_socials', 'scalia_child_custom_socials'); function scalia_child_custom_socials() { ?> <div class="socials-item youtube"><a href="http://your-youtube-link" target="_blank" title="YouTube">YouTube</a></div> <div class="socials-item instagram"><a href="http://your-instagram-link" target="_blank" title="Instagram">Instagram</a></div> <?php } and this code to style.css: .socials-item.youtube a:after { content: '\e610'; } .socials-item.instagram a:after { content: '\e609'; }If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated! (How to rate). Regards Sergio Codex.rizrits repliedNovember 13, 2017 at 3:41pmWorked! Please close the ticket.Thanks Sign in to reply ...
Hi,
There is no option in the theme option to add the YouTube Icon at the top.
How can i add Icon and the lick to my channel.
Thanks
Hi,
You need to install child theme and add next code to its functoins.php file:
and this code to style.css:
If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated! (How to rate).
Regards Sergio Codex.
Worked! Please close the ticket.
Thanks