Advertisement
Dannci

Scroller - replace icons with FA

Feb 11th, 2015
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. REPLACE:
  2.  
  3. <?php if($staff_linkedin) {?><li><a class="rad mk-social-linkedin" href="<?php echo ($staff_linkedin); ?>"></a></li><?php } else {}?>
  4.  
  5. WITH:
  6.  
  7. <?php if($staff_linkedin) {?><li><a class="rad " href="<?php echo ($staff_linkedin); ?>"><i class="fa fa-instagram"></i></i></a></li><?php } else {}?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement