How to hide a customization link themes menu in wordpress?

Thats not a default wordpress menu, your theme adds that using add_theme_page() function.

Just remove ( or comment out //, so in future you can enable it again ) that from functions.php file to remove the menu completely.

Update –

There’s another (More Efficient) way is using WordPress Function – remove menu page()

@Wyck