This topic has 5 replies, 2 voices, and was last updated 7 years by Kieran.

  • Author
  • #142564
     Debo
    Participant

    i want to hide or remove “Your profile photo will be used on your profile and throughout the site. If there is a Gravatar associated with your account email we will use that, or you can upload an image from your computer.”

    i tried the adding the code found here “https://archived.seventhqueen.com/forums/topic/how-to-add-a-change-profile-photo-button#post-93959” but it didn’t work

    please help

    Attachments:
    You must be logged in to view attached files.
    #142601
     Kieran
    Participant

    Hi @Debo

    You can add the following CSS to either your child theme style.css or to the theme section Quick CSS to make the Gravatar section disappear.

    COPY CODE
    .profile blockquote {
        display: none !important;
    }
    #142616
     Debo
    Participant

    that did not work @Kieran

    #142618
     Kieran
    Participant

    Are you by chance running a caching plugin or a service like CloudFlare? If so you will have to clear those and your browser cache for changes to show.

    If after clearing the cache nothing appears to have changed you could try

    COPY CODE
    .change-avatar blockquote {
        display: none !important;
    }
    #142651
     Debo
    Participant

    great! that worked thanks @kieran

    #142698
     Kieran
    Participant

    Happy to help 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Plugins questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?