problem with categories icon
Hi, I have a problem with doing icons next to the categories in the main menu. I am using this code and for two of them it worked without any problems but when I input a two digit number for the category id they dont show up.
for example :
This code is working -->
.cat-item-8 {
background: url(
http://maltalisting.ws/wp-content/up...ette_paint.png) no-repeat left center;}
But this one its not working ---->
.cat-item-72{
background: url(
http://maltalisting.ws/wp-content/up...11/08/boat.png) no-repeat left center;}
}
I figured out that its doing this because the category id number is two digit not 1.
Does anyone has a solution for this?