how to create line bar color like this imgage.
.withtopborder
{
border-top: 5px solid #444 !important;
}
It looks like they’re using item-avatar with icon right.
<div class="withtopborder item item-avatar ...">
<span class="icon ion-gear"></span>
<h2>GearHead</h2>
<p>ID: ASD435S</p>
</div>"
HTH
it work for me.
thank you so much.
#MWright24