Home Forums Azuma SOS: Can’t get rid of login icon

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9779
    yesmanyes
    Participant

    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.

    #9783
    Andy
    Keymaster

    Go to Customize > Additional CSS, and add this code:

    #masthead .top-account {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘SOS: Can’t get rid of login icon’ is closed to new replies.