Hide Profile Percentage Complete Notice
Has anyone come across a way to hide/disable the Complete your profile button?
Only when I complete the profile. It would be nice to have an option in the settings to control its display.
I think this CSS will do it.
.fcom_profile_complete_btn_wrap {
display: none !important;
}Thomas OatesΒ Yes it does. :)
Thomas OatesΒ thanks. I also use it. Works well.
Thanks, I thought I tried that in the CSS settings, and now I see my error. Thanks for replying!