Please or Register to create posts and topics.

Hide member activity from profile

Is there any way of hiding member activity section from profile? So that would include “Topics Started” and “Replies Created.” Thank you!

Any suggestions, please?

Hello @hhjks2

You can hide it by adding the following code to Forum -> Appearance -> Custom CSS:

.profile-section-header {
    display: none !important;
}
.profile-section-content {
    display: none !important;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Fantastic! It works! Thank you!!!

Asgaros has reacted to this post.
Asgaros