Having trouble getting the bullet points/numbers in a list to change color along with the rest of the list when changing the color using jquery.
Using: $('ul li').css('color', '#2b2b2b');
This changes the color of the text in the list entry, but yet the bullet point stays the original color.
Before changing color After changing color
Does anyone know how to get around this? Thanks in advance.