Smart List numbering

Posted in: Newsmag
Post count: 44

Hello guys,
i have one question/suggestion:
I have some articles created with smart list and i would like to have some lists without the numbering. I mean i don’t want the number that now apears in front of the title.
Is there a way to do that? to have some lists numbered and others without?

thank you.

Post count: 6535

Hi

First you have to get the page id where you want to hide the number in smart list and to do that you can go to All Posts in wordpres and hover over the post. The id will be displayed at the bottom of the page like here:
http://screencast.com/t/vP56nXBzh Now add this custom css in theme panel > custom cass but replace the postid number with your postid:

.postid-760 .td_smart_list_1 .td-sml1-current-item-nr{
display:none;
}

Here is the result: http://screencast.com/t/qgx3sEvs

Thanks!

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