Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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

  •  427
    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