How to hide numbering in smart list?

Posted in: Newsmag
Post count: 1

Hi, I am trying to post listings using smart lists and in some cases I need to hide numbering in those lists, just title would be ok. How an I do that?

Thanks in advance!

Post count: 6535

Hi

The theme doesn’t have an option to hide the item’s number from smart lists but you can use custom css in theme panel > custom css. For smart list 2 the css could be like this: http://screencast.com/t/hkhBxgKn

.td-sml2-current-item-nr{
display: none!important;
}

If you’re using another smart list just replace the number 2 with your smart list number.

Let me know how it goes.

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.