fauzanjeg

Change Weibo Icon Text on Footer

Mar 26th, 2021 (edited)
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.15 KB | None | 0 0
  1. /* Change Weibo Icon Text on Footer */
  2. (function ($) {
  3.     $(document).ready(function () {
  4.         $('.jeg_weibo').find('span').text('Whatsapp');
  5.     });
  6. }(jQuery))
Add Comment
Please, Sign In to add comment