There are a number of ways you can accomplish this, and I’m not sure what your setup is, but here’s one way you could go about doing this: Let’s say that the content type of the page you’re talking about is set to User. You could untick the option on the Edit Profile button that says “this element is visible on page load” (so that the edit button is NOT visible on page load). Then, you could have a condition on the Edit Profile button that is something like this: “when current page user is current user…this button is visible”. (If the current user isn’t logged in, the condition will evaluate to “false” anyways, and the button won’t be visible). Hope this helps!