The XS - Newsroom (Horizontal Items with Hero) template displays content in a colorful design. The first item spans the width of the template and subsequent items are displayed in a 3 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 (Horizontal Items with Hero) template*/ .xs-newsroom-wide-columns.purple .xs-content ul li:first-child a .tile-content .tile-content-text { background-color: #800080; } .xs-newsroom-wide-columns.purple .xs-content ul li a .tile-content .tile-content-text .tile-head .category-eyebrow { color: #800080; }
#800080
purple
blue
Below is the HTML of this template, for your reference.
<div class="xs-newsroom-wide-columns {{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/78421/xs-newsroom-horizontal-items-with-hero-template
Your session has expired. You are being logged out.