• 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.

Viewing 1 replies (of 1 total)
  • Find the CSS class in use for the list and edit your theme’s style sheet to add

    list-style: none;

    to that class.

Viewing 1 replies (of 1 total)

The topic ‘How to remove the markers? [Get Recent Comments plugin]’ is closed to new replies.