The XS - Newsroom (1 col) template displays content and showcases featured images. The template is a built-in template and comes with your Axero site. To use the template:
Change the accent color
/*Style for XS - Newsroom (1 col) 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 col-one {{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}}</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/78425/xs-newsroom-1-col-template
Your session has expired. You are being logged out.