Axero's US team will be attending its annual summit from October 7 to October 10, 2024. During this time, we will continue to provide support through private cases, though there may be a slight delay in response times. We appreciate your understanding and patience.
The Nav - Icon Blocks (2 Column) template displays links and icons in a 2 column layout. The template is a built-in template and comes with your Communifire site.
You can change the icon colors in the Nav - Icon Blocks (2 Column) template. Add the following code in Control Panel > System > CSS Overrides. Replace #328194 with your desired color.
#328194
/*Set color of icons in Nav - Icon Blocks (2 Column) template*/.axero-blocks.axero-lightning-navigation-list .axero-widget-body ul li a .x-icon i { color: #328194; }
You can customize a Nav - Icon Blocks widget to display 3 or 4 items per row.
axero-blocks
{{CustomCSSClass}}
/*Nav - Icon Blocks (2 Column) - 3 columns*/ .axero-blocks-three-column .axero-widget-body ul li { width: 32% !important; } .axero-blocks-three-column .axero-widget-body ul { justify-content: space-evenly!important; } .axero-blocks-three-column .axero-widget-body ul li:nth-child(3) { padding-top: 0; } /*Nav - Icon Blocks (2 Column) - 4 columns*/ .axero-blocks-four-column .axero-widget-body ul li { width: 24% !important; } .axero-blocks-four-column .axero-widget-body ul li:nth-child(3), .axero-blocks-four-column .axero-widget-body ul li:nth-child(4) { padding-top: 0; } .axero-blocks-four-column .axero-widget-body ul { justify-content: space-evenly!important; }
axero-blocks-three-column
axero-blocks-four-column
Example result:
Below is the HTML of this template, for your reference.
<div class="axero-widget axero-lightning-navigation-list axero-blocks"> {{#if ShowWidgetHeader}} <div class="axero-widget-header"> <h3>{{{WidgetTitle}}}</h3> </div> {{/if}} <div class="axero-widget-body"> <ul> {{{Contents.ChildWidgetHTML}}} </ul> </div> </div>
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/communifire-documentation/wiki/view/78429/nav-icon-blocks-2-column-template
Your session has expired. You are being logged out.