GochiSiyan

change 3 dot to menu

Sep 6th, 2021 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. add_action('wp_footer', function () {
  2. ?>
  3. <script>
  4. (function(){
  5. document.querySelectorAll('.okayNav__menu-toggle').forEach(function(value){
  6. value.innerHTML = "menu";
  7. });
  8. })();
  9. </script>
  10. <?php
  11. });
Add Comment
Please, Sign In to add comment