abt adding icons in ubermenu
-
i m usig mega manu as my nav ststem,but
i want to add social media isons in tht,i tried to figure it out but wasn’t able to find the solution,
hope u help in his reagrd
my social media icons header.php code is
<!– Begin #socialLinks –>
<div id=”socialLinks”>
<?php if(get_option(‘alltuts_linkedin_link’)!=””){ ?>
” class=”linkedin” title=”Join us on LinkedIn!”>Join us on LinkedIn!
<?php }?>
<?php if(get_option(‘alltuts_facebook_link’)!=””){ ?>
” class=”facebook” title=”Join us on Facebook!”>Join us on Facebbook!
<?php }?>
<?php if(get_option(‘alltuts_twitter_user’)!=””){ ?>
” class=”twitter” title=”Follow Us on Twitter!”>Follow Us on Twitter!
<?php }?>
” title=”RSS” class=”rss”>Subscribe to our RSS Feed!
</div>
<!– End #socialLinks –>
The topic ‘abt adding icons in ubermenu’ is closed to new replies.