Forums

How to remove the markers? [Get Recent Comments plugin] (2 posts)

  1. oskarrr
    Member
    Posted 4 years ago #

    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.

  2. Chris_K
    Member
    Posted 4 years ago #

    Find the CSS class in use for the list and edit your theme's style sheet to add

    list-style: none;

    to that class.

Topic Closed

This topic has been closed to new replies.

About this Topic