I need this to highlight a new published book in the portfolio of our books.
I tried to copy this code in custom helix ultimate template:
.blocks-filter ul>li .block-category-badge-new, .layouts-filter ul>li .block-category-badge-new {
text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
font-size: 12px;
font-weight: 600;
line-height: 12px;
padding: 3px 5px;
background: #5ac100;
color: #fff;
margin-left: 10px;
border-radius: 3px;
}
but probably I miss something, because I can't achieve your result.
Can you help me?
Thanks!!