Communitybuilder Hi, there's no need for an extension to complete this. You do it with the below CSS
.Hero {
background: linear-gradient(rgba(0,0,0,0.95), rgba(0,0,0,0.45)),url(URL to your jpg goes here) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
color: #ffffff;
padding-top: 53px;
height: 206px;
}
Note that I adjust the top bar slightly to make it transparent when it reaches the top, so the padding-top
and height
components may not be needed in your case
For the text, you can use Administration->Basics->Welcome Banner and paste something like the below in the box
<h7 class="mainheader">A <div class="smarter"> phenomenal</div> Infosec and Technology resource</h7>
<p class="subheader">Welcome to Phenomlab - a site that aggregates technology and infosec news and active discussion around the world, then encourages everyone from all walks of life - regardless of knowledge or experience - to discuss the topics that interest or concern them in a friendly and non-condescending manner.</p>