You can hide any of the sidebar modules in the Chroma theme with just a couple of lines of CSS. Each module has a unique class that allows you to control the styling of that specific module, including whether or not is displayed. I must say, however, that I think the Follow module is really useful, so I wouldn't recommend hiding that if at all possible.
To hide the profile/following module, simply add the following to Custom CSS:
.module-profilefollowing { display: none; }
To hide the elsewhere accounts module, add the following to Custom CSS:
.module-elsewhere { display: none; }
To hide the recent comments module, add the following to Custom CSS:
.module-recent-comments-mb { display: none; }
That's it! Hope that helps.

Recent Comments