Top
function custom_cursor_styles_idc() { echo " "; } add_action('wp_head', 'custom_cursor_styles_idc'); /* Normal Cursor for Entire Page */ body { cursor: url('https://bestik.net/wp-content/uploads/2024/10/123.png'), auto; } /* Cursor for Clickable Elements */ a, button, input[type="submit"], input[type="button"], .some-custom-class { cursor: url('https://bestik.net/wp-content/uploads/2024/10/1234.png'), pointer; }