- This topic has 1 reply, 2 voices, and was last updated 4 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘SOS: Can’t get rid of login icon’ is closed to new replies.
Hello, I am unsure of how to get rid of the login icon for my website. I’ve tried multiple things such as getting rid of registration on woocommerce and editing code but nothing worked.
Go to Customize > Additional CSS, and add this code:
#masthead .top-account {
display: none;
}