質問

I used following code for remove top links Create Account link successfully removed but Sign in link still show so can u please check and let me know what is the correction.

<referenceBlock name="top.links">
        <referenceBlock name="register-link" remove="true" />           <!--for Create Account Link-->
        <referenceBlock name="authorization-link" remove="true" />      <!--for Sign In Link  -->
    </referenceBlock>
役に立ちましたか?

解決

Use below code for remove sign in link

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

他のヒント

You should remove the 'authorization-link-login' block in default.xml file of your theme.

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

Remember to flush cache after that.

ライセンス: CC-BY-SA帰属
所属していません magento.stackexchange
scroll top