Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    These bullet coming from CSS on ul li::before. You should be able to remove it from just the share buttons with this CSS:

    .sharedaddy ul li::before {
    content: none;
    }

    Hope this helps!

    Thread Starter dnlcrd

    (@stardeslebens)

    It worked! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Jetpack share buttons – how to get rid of bullets?’ is closed to new replies.