You can hide it with adding the following css in the community's /admin/portal/theme/advanced path inside Additional CSS box.
.main-sidebar-item .emoji{
visibility: hidden;
}
or
.vertical.menu41 .item .emoji {
display: none !important;
}
In Tribe you can ask and answer questions and share your experience with others!
You can hide it with adding the following css in the community's /admin/portal/theme/advanced path inside Additional CSS box.
.main-sidebar-item .emoji{
visibility: hidden;
}
or
.vertical.menu41 .item .emoji {
display: none !important;
}