Hey there,
Actually the title is not missing and its color has been override by your current template with the same color as the background which is from
JoomlaFolder/cache/rokbooster/the file that I pointed in the screenshot.
https://take.ms/IplPf
You can add the following CSS code into
Backend > EasySocial > Themes > Custom CSS:
body #es.view-groups .es-group-listing .es-card__title a {
color: #ffffff;
}
You need to change to the color code that you want.
Take note that you need to clear all of your caches before you see the changes.