Text Widget creates a

I think WordPress widgets create li tags on default. If you want the bullet points removed you could fix that with a css approach.

.widget li {
  list-style: none;
}

Leave a Comment