Hi
You can check your theme options to find that. Alternatively, you can hide that using the following CSS code:
div#top-login-widget {
display: none;
}
Please paste the CSS in Appearance -> Customize -> Additional CSS
I hope this will help you.
Hi,
This helped, thank you so much!