Hi aliwari,
Apologies for any confusion. If you're aiming to remove a menu item within the off-canvas, you can achieve this by adding a custom class to the menu item link.
Once you've added the class, you can apply the following CSS code to your site to hide the menu item in the off-canvas. If you need further assistance or clarification, feel free to ask!
div.t4-offcanvas .t4-off-canvas-body li.nav-item a.hidden-this {
display: none;
}
NOTE: Add CSS code to the Backend > site template styles > ja seven - default > Tools > custom CSS:
Give me the admin account for further checking, if you still face this issue.
I apologize for my mistake. Thank you for your understanding.