• Resolved cmptscmp

    (@cmptscmp)


    Is there a way to remove the “You can change your profile picture on Gravatar” text once a user has logged in?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support sanjuacharya77

    (@sanjuacharya77)

    Hi @cmptscmp,

    Please add the following CSS code in the additional CSS box of your theme customization. To add CSS navigate to Appearance > Customize > Additional CSS.

    .user-registration-profile-header header i {
        display: none;
    }

    Let me know if it helped or not and I will get back to you.

    Regards!

    Thread Starter cmptscmp

    (@cmptscmp)

    Yes. This worked. Perfect

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Gravatar text’ is closed to new replies.