Skip to main content

Hide Profile Percentage Complete Notice

Has anyone come across a way to hide/disable the Complete your profile button?

William Beem

Only when I complete the profile. It would be nice to have an option in the settings to control its display.

Thomas Oates

I think this CSS will do it.

.fcom_profile_complete_btn_wrap {
    display: none !important;
}

J V

Thomas OatesΒ Yes it does. :)

Birgit

Thomas OatesΒ thanks. I also use it. Works well.

Howard Sander

Thanks, I thought I tried that in the CSS settings, and now I see my error. Thanks for replying!