text widget remove bullets

  • Unknown's avatar

    Hey all,

    Good evening. I created a text widget with recent posts from certain categories. the list is bulleted for some reason and the editor won’t let me remove the bullets (tried several times). I want the text widget to be just like the Recent Posts widget in terms of formatting.

    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    .textwidget ul {
    list-style-type:none!important; margin-left:-40px!important;
    }

    this is what I have–the menu looks decent, but not sure if this is the code I want. I had to add -40px because the indent remained after the bullets disappeared.

  • The topic ‘text widget remove bullets’ is closed to new replies.