.message-avatar-wrapper, .node-extra-icon, .structItem-cell.structItem-cell--icon, .contentRow-figure {
display: none;
}
CSS:.message-avatar-wrapper, .node-extra-icon, .structItem-cell.structItem-cell--icon, .contentRow-figure { display: none; }
I think that covers most of them.
thanks, there is one more tiny one up in the profile tab..
.message-avatar-wrapper, .node-extra-icon, .structItem-cell.structItem-cell--icon, .contentRow-figure, .avatar.avatar--xxs, .avatarWrapper {
display: none;
}
awesome thanks!CSS:.message-avatar-wrapper, .node-extra-icon, .structItem-cell.structItem-cell--icon, .contentRow-figure, .avatar.avatar--xxs, .avatarWrapper { display: none; }
This updated list should take care of that. Just let me know if you find any others.
Very good! Can you extend the code so that integrated graphics / images are no longer displayed in postings? That would be great.CSS:.message-avatar-wrapper, .node-extra-icon, .structItem-cell.structItem-cell--icon, .contentRow-figure, .avatar.avatar--xxs, .avatarWrapper { display: none; }
This updated list should take care of that. Just let me know if you find any others.
Very good! Can you extend the code so that integrated graphics / images are no longer displayed in postings? That would be great.
Best regards.
You mean attachments in postings?Very good! Can you extend the code so that integrated graphics / images are no longer displayed in postings? That would be great.
Best regards.
Not sure what you mean by "integrated graphics / images". If you can screen shot an image with those graphics identified I can probably help you out.
You mean attachments in postings?
Hello bzcomputers! What i mean are graphics / images that have been linked and integrated by users. Which can be found in individual postings. If you can add attachments or videos to that - very welcome.Not sure what you mean by "integrated graphics / images". If you can screen shot an image with those graphics identified I can probably help you out.
This looks like it should take care of images and other media in posts.Hello bzcomputers! What i mean are graphics / images that have been linked and integrated by users. Which can be found in individual postings. If you can add attachments or videos to that - very welcome.
All graphics that belong to the style (layout) should be retained.
Best regards!
/* Hide Images and Media in Posts START */
.message-body .bbImageWrapper, .message-body .bbImage, .message-body .bbMediaWrapper, .message-body .bbMedia {
display: none;
}
/* Hide Images and Media in Posts END */
/* Hide Images and Media in Posts START */
.message-avatar-wrapper, .node-extra-icon, .structItem-cell.structItem-cell--icon, .contentRow-figure, .avatar.avatar--xxs, .avatarWrapper, .message-body .bbImageWrapper, .message-body .bbImage, .message-body .bbMediaWrapper, .message-body .bbMedia {
display: none;
}
/* Hide Images and Media in Posts END */
Thank you my friend. What if I combine your two codes? I think that should be right this way !?
Code:/* Hide Images and Media in Posts START */ .message-avatar-wrapper, .node-extra-icon, .structItem-cell.structItem-cell--icon, .contentRow-figure, .avatar.avatar--xxs, .avatarWrapper, .message-body .bbImageWrapper, .message-body .bbImage, .message-body .bbMediaWrapper, .message-body .bbMedia { display: none; } /* Hide Images and Media in Posts END */
Best regards.
We use essential cookies to make this site work, and optional cookies to enhance your experience.