# of Contacts in Category

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Dec 22, 2013 3:32 am
Reply with quote
Report this post
http://thechildrenofbotswana.org/contact-info

I would like to turn of the # of contacts in Category list. But for some reason its not.
User avatar
Gold Boarder

teitbite
Sun Dec 22, 2013 4:40 pm
Reply with quote
Report this post
Hi

Please try use this code:

Code: Select all
th.item-num { text-indent: -999em; }
User avatar
Moderator

GK User
Mon Dec 23, 2013 5:24 pm
Reply with quote
Report this post
Where should I put this code?


teitbite wrote:Hi

Please try use this code:

Code: Select all
th.item-num { text-indent: -999em; }
User avatar
Gold Boarder

GK User
Mon Dec 23, 2013 5:28 pm
Reply with quote
Report this post
Hello,

inserted into Custom CSS code in Template Manager.

THE "#" is gone, but a 0 remains.




quote="teitbite"]Hi

Please try use this code:

Code: Select all
th.item-num { text-indent: -999em; }
[/quote]
User avatar
Gold Boarder

teitbite
Sat Dec 28, 2013 3:34 pm
Reply with quote
Report this post
Hi

Och. I thought You just want to remove this # symbol not the full column. Please use this code to remove the column:

Code: Select all
th.item-num,
td.item-num {
display: none;
}
User avatar
Moderator


cron