• In front of each avatar I get the square buttons that you get on lists. How do I remove it?

    I was thinking it was something to do with the class “bwp-rc-ulist” but something isn’t working. I’m suspecting it’s my CSS since it’s not a strong suit of mine. I tried putting it in the widget CSS file and my childs style.css file. I’m sure it’s just something stupid.

    Attempt 1

    .bwp-rc-ulist {
        list-style-type: none !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    Attempt 2

    .bwp-rc-ulist ul{
        list-style-type: none !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    https://ww.wp.xz.cn/plugins/bwp-recent-comments/

Viewing 1 replies (of 1 total)
  • Plugin Author Khang Minh

    (@oddoneout)

    Try list-style: none. Also you can use developer tools such as Firebug to know exactly what is causing the square bullets to appear.

Viewing 1 replies (of 1 total)

The topic ‘Widget showing list buttons…..’ is closed to new replies.