"my account" item in mobile menu

In the mobile menu I have a button labelled "my account". I cannot seem to find where I can remove it. I have hidden it for now with some code on custom CSS -

.extras {

display: none;

}


However, I would like to have it completely removed as it shows a reference to my old URL.


Comments

Sign In or Register to comment.