Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
October 17, 2016 at 11:56 am #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
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 17, 2016 at 5:24 pm #977225Hi 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
-
AuthorPosts
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
Jump to forum
-