Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1365554
Youtube Icon at the Top
Closed

Comments

  • rizrits started the conversation

    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

  •  444
    Sergio replied

    Hi,

    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 replied

    Worked! Please close the ticket.


    Thanks