Preview:
add_action('wp_head', 'skip_link_fix');
function skip_link_fix() {
	?>
  <script>
  window.addEventListener( 'elementor/frontend/init', function() {
  if ( typeof elementorFrontend === 'undefined' ) {
  return;
  }
 
  elementorFrontend.on( 'components:init', function() {
  elementorFrontend.utils.anchors.setSettings('selectors',{});
  } );
  } );
  </script>
<?php
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter