• Resolved khalilozoz

    (@khalilozoz)


    I have set a default cover picture for user profiles on my website, but users are currently able to change it. I would like to find a way to disable this functionality so that users cannot change the cover picture once it has been set.

    Could you please advise on how I can prevent users from changing their cover picture while still allowing the default to be displayed?

    Thank you for your help!

Viewing 1 replies (of 1 total)
  • Plugin Support dimplemodi

    (@dimplemodi)

    Hello,

    Default Cover Photo settings will allow the admin to set by default cover photo if the member has not added the cover photo. So, it will not stop allows to change cover photo but you can remove the access using the custom CSS as shown below:
    .armCoverUploadBtnContainer {display:none !important;}

    Kindly add the provided Custom CSS to the Admin panel -> Appearance -> Customize -> Additional CSS.

    Please check accordingly and let me know how it goes.

    Thanks

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.