Viewing 4 replies - 1 through 4 (of 4 total)
  • Have you been able to solve this issue? I have the same problem. Thanks in advance.

    Thread Starter square_eyes

    (@square_eyes)

    Sorry no:(

    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;
    }

    Try the following that I am using on my site to remove the numbers and indent:

    .widget_twitter-tracker ol.tweets {
        list-style-type: none;
        margin: 0 0 0 0;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove List/Bullets and Indent’ is closed to new replies.