I don't particularly like Facebook's cover photo feature, so I didn't particularly like it when JomSocial followed suit. Here's how to disable JomSocial's cover photo feature altogether.
Backup Your Site
Just in case. The Joomla extension Akeeba Backup does a great job.
Modify the Following JomSocial Template Files
Frontpage cover photo - root/components/com_community/templates/default/frontpage.guests.php
Remove the code:
<div class="row-fluid hero-area">
...
</div>
Profile cover photo - root/components/com_community/templates/default/modules/profile/userinfo.php
Remove the code:
<div class="js-focus-cover">
...
</div>
Group cover photo - root/components/com_community/templates/default/groups.viewgroup.php
Remove the code:
<div class="js-focus-cover">
...
</div>
Event cover photo - root/components/com_community/templates/default/events.viewevent.php
Remove the code:
<div class="js-focus-cover">
...
</div>
Copy the Modified Files to JomSocial Template Overrides
Copy the files you modified to this location:
root/templates/current_template/html/com_community
This is the template override feature that allows you to keep your modifications across JomSocial package upgrades.
Related Articles
Joomla - How to Modify RSSocia...
RSSocial is an awesome free Joomla extension I use to display social media icons on my site. Since it uses the Fontello Zocial font kit, I figured out how to m...
Adding iTunes to Joomla Stalke...
The Joomla extension Stalker is awesome, but oddly enough it doesn't have iTunes as one of the default available networks. If you're using the component, you c...
Joomla Running on Nginx and Ub...
What follows is an outline I compiled while researching how to tighten security on a Nginx web server. NOTE 1: Ubuntu 14.04 LTS was used for this. NOTE 2: This ...
How to Modify JomSocial to Sup...
The open source stuff that JomSocial uses to convert and render video uploads (ffmpeg) also supports audio files. I thought it would be cool to modify JomSocia...