Need to remove the admin menu item from a be theme in wordpress

I have found the solution and its workig 100%

1st step open this file projectName/wp-admin/admin.php

then

2nd Step in footer of the page insert this code

<style> li a[href="admin.php?page=be-websites"] { display: none !important; } </style>

Enjoy My Solution …