Hello Shivaji,
you can checkin this condition in your navigation.vm of your theme. This will work for you.
1<nav class="$nav_css_class" id="navigation">
2 <h1>
3 <span>#language("navigation")</span>
4 </h1>
5
6 <ul>
7 #foreach ($nav_item in $nav_items)
8
9 #if(!$nav_item.getName().equals("Login")|| !$is_signed_in)
10 #end
11 #end
12 </ul>
Thanks,
Manish Kumar
Please sign in to flag this as inappropriate.