Viewing 4 replies - 1 through 4 (of 4 total)
  • Which widget(s) on the page?

    If you’re talking about the Twitter thing, I would guess that this might fix you up if you add this command to CSS.

    (Appearance… Edit… style.css)

    .wpsidebar li {
      list-style-type: none;
    }
    Thread Starter dakkie15

    (@dakkie15)

    Thank you that did it

    when using ” list style types” always use li ?

    Gr. Thanks for youre respons

    Great!
    As to your question, that command does apply to “li”, so generally yes, but depending on context the explicit “li” may not be in the CSS command. Too complicated to explain here, some CSS reading would be required.

    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bullet list at widgets, i dont want that’ is closed to new replies.