test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sehicnijaz Friend
    #977131

    Is there a way to put custom social icons into Uber header?

    I post a screenshot of social icons now, and how i want them to look.
    I need Facebook, Instagram, Youtube, and Google+

    Thanks


    1. 555
    2. 888
    pavit Moderator
    #977225

    Hi there

    You can edit this file /templates/uber/acm/bar/tmpl/style-1.php and change the icon classes

    <div class="uber-social pull-right">
                        <div class="addthis_toolbox">
                            <?php if($helper->get('facebook')): ?>
                                <a class="addthis_button_facebook_follow" addthis:userid="<?php echo $helper->get('facebook')?>"><i class="fa fa-facebook"></i></a>
                            <?php endif; ?>
    
                            <?php if($helper->get('google-plus')): ?>
                            <a class="addthis_button_twitter_follow" addthis:userid="<?php echo $helper->get('google-plus')?>"><i class="fa fa-twitter"></i></a>
                            <?php endif; ?>
    
                            <?php if($helper->get('twitter')): ?>
                            <a class="addthis_button_google_follow" addthis:userid="+<?php echo $helper->get('twitter')?>"><i class="fa fa-google-plus"></i></a>
                            <?php endif; ?>

    for example change fa fa-facebook with fa fa-instagram

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  pavit 8 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum