Magento – Remove “Sign Out” link in header panel but keep “Sign Out” link in dropdown

magento2magento2.2

how do I remove the "Sign Out" link from the header panel but still keep the "Sign Out" link in the drop down menu (Which contain "My Account" and "My Wish List" links) next to it?

If I put this code in my theme's default.xml <referenceBlock name="header.panel"> <referenceBlock name="authorization-link" remove="true"/> </referenceBlock>, the "Sign Out" link in drop down is removed but the "Sign Out" link in the panel is not, which is the opposite of what I'm trying to achieve.

enter image description here

Best Answer

GO to Your theme directory...

app/design/frontend/Yourtheme/Xyz/Magento_Customer/layout/default.xml

write below line...

<referenceBlock name="authorization-link-login" remove="true"/>

php bin/magento cache:flush and check your frontend