It is true that your login link is coming from a menu called “Secondary Menu.” If you can’t hide it yet, paste these two lines of code into the CSS field of your theme.
nav#secondary-nav {
display: none;
}
-
This reply was modified 2 years, 5 months ago by Rabby.