Forums
(@donagher)
13 years, 2 months ago
Twitter Tracker is using an ordered list (ol) not an unordered list (ul). Try changing the “ul” to “ol” in your code.
I used this code to change from numbers to circle bullets:
#twitter-profile-tracker-2 ol { list-style-type: circle; }