The XS - Newsroom (2 col with hero) template displays content and showcases featured images. The first item spans the width of the template and subsequent items are displayed in a 2 column layout. The template is a built-in template and comes with your Communifire site. To use the template:
Change the accent color
/*Style for XS - Newsroom (2 col with hero) template*/ .xs-newsroom.blue .xs-content ul li a .tile-content .tile-content-text .tile-head .category-eyebrow { color: #34a8e1; }
#34a8e1
blue
green
Below is the HTML of this template, for your reference.
<div class="xs-newsroom with-hero {{CustomCSSClass}}"> <div class="xs-content"> <ul> {{#each Contents}} <li> <a class="tile" href="{{ContentURL}}"> <div class="tile-content"> <div class="tile-media" style="background-image:url('{{ContentImageURL}}');"></div> <div class="tile-content-text"> <div class="tile-head"> <div class="category-eyebrow">{{{SpaceName}}}</div> <h4>{{{Title}}}</h4> <p>{{{Summary}}}</p> </div> <time class="tile-time">{{DatePublishedString}} by {{AuthorUserDisplayName}}</time> </div> </div> </a> </li> {{/each}} </ul> </div> </div>
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/communifire-documentation/wiki/view/78420/xs-newsroom-2-col-with-hero-template
Your session has expired. You are being logged out.