• Resolved nawak

    (@nawak)


    hello

    Since the update I have a bulleted list that appears on the icons.

    My theme adds a bulleted list

    .widget li:before, .footer-widget li:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #9BC100;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: “”;
    left: 0;
    position: absolute;
    top: 17px;
    }

    how to disable smart lists only your module?

    Thanks you 🙂

    https://ww.wp.xz.cn/plugins/social-count-plus/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Claudio Sanches

    (@claudiosanches)

    With CSS!

    .widget .social-count-plus li:before, .footer-widget .social-count-plus li:before {
        display: none;
    }
    
    Thread Starter nawak

    (@nawak)

    it works

    thanks you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘bullet list’ is closed to new replies.