Chamging colors of bullets
-
I am trying to change the colours of the bullets on an unordered list in Childishly Simple theme. This is what I included the child css file:
div.entry ul li {
/*list-style: none !important;*/
/*list-style: none;*/
font-size: 14px!important;
font-family:Trebuchet ms, Tahoma, Arial, Verdana, Serif !important;
list-style-color: #258842;
}
But this doesn’t work?
Anyone help?
Thanks
Tony
PS I commented out the list -style: none as I pasted this from another site where I didn’t want the bullets.
- The topic ‘Chamging colors of bullets’ is closed to new replies.