Comment to How to make a new profile block
-
<style>
.bx-page-block-104 {
display: none;
}
</style>
-
-
Great thanks, how about the individual profile fields? I have searched but haven't managed to find their ID. On the dev console all have the same id: bx-form-row-view-wrapper bx-form-row-view-wrapper-select bx-def-padding-sec-top
-
No, fields can't be selected by this way as they don't have IDs. You need to write the Javascript / JQuery code to hide the necessary fragments.
-