Simple Dashboard Insights
- CH Project Support Limited Carl Holmes
- Apr 13
- 1 min read
The below CSS allows you to hide the record summary on the grid "Showing 1-1 of 1"
Simply replace your view number as required.
Sign up to Knack for Free - Affiliate Link
Add to CSS
/* Hide Summary on view_616*/
#view_616 .kn-entries-summary {
display: none !important;
}
Add the below HTML to your Text Formula field replacing the field name highlighted to your plain text value.
<p style="color:#FF9E54;font-size:30px"><strong>{Count Pending}</strong></p>
Use this free online HTML editor to adapt the code with a WYSIWYG dual window view.
Comments