Advertisement
fauzanjeg

Remove Tag h3 for Author Name in Author Box

Aug 5th, 2021
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. /* Remove Tag h3 for Author Name in Author Box */
  2. (function ($) {
  3.     var author_name = $('.jeg_authorbox > .jeg_author_content > h3.jeg_author_name');
  4.     author_name.replaceWith(author_name.find('a'));
  5. })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement