How to remove Activity title from activity page for Card layout of Edwiser Course format
Add the CSS mentioned below in Edwiser RemUI settings > General section > Custom CSS section:
.wdm-mod-name {
display: none !important;
}
Before applying CSS
After applying CSS
P