I was wondering how one can remove those list markers / bullets in this plugin?
Instead of having
* Title
* Comment 1
* Comment 2
* Comment 3
I would want
Title
Comment 1
Comment 2
Comment 3
I'm using a theme that doesn't support widgets.
I was wondering how one can remove those list markers / bullets in this plugin?
Instead of having
* Title
* Comment 1
* Comment 2
* Comment 3
I would want
Title
Comment 1
Comment 2
Comment 3
I'm using a theme that doesn't support widgets.
Find the CSS class in use for the list and edit your theme's style sheet to add
list-style: none;
to that class.
This topic has been closed to new replies.