Hi again,
I solved the messaging issue but I am still not able to hide some user field descriptions like for birthday. I am also not able to hide the “This field can be seen by: Everyone” field either.
And now I have another issue. I did hide the activity buttons like “only friends” etc. but they are still shown in chrome browser and a bottom border is also shown although I tried to hide that as well.
For the border, please see attached image.
This is the CSS I am currently:
COPY CODE
.buddypress .breadcrumb {
display: none;
}
#bpchk-place-map {
display: none;
}
.item-list-tabs, .activity-type-tabs {
display: none;
}
div.rtmedia-item-title {
display: none;
}
#whats-new-form, form#whats-new-form {
border-bottom: 0px;
border-bottom-width: 0px;
}
.field-visibility-settings-notoggle, .field-visibility-settings-toggle {
display: none !important;
}
.profile section.container-wrap.main-title.alternate-color.border-bottom.breadcrumbs-container {
display: none !important;
}
Attachments:
You must be
logged in to view attached files.