Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nick Halsey

    (@celloexpressions)

    Use the following custom CSS:

    .quickshare-container li:before {
        display: none;
    }
    .quickshare-container li.quickshare-share:before {
        display: block;
        color: inherit;
        font-size: 16px;
    }
    .quickshare-container li.quickshare-share {
        width: 16px !important;
        height: 16px;
    }

    Thread Starter privatefox

    (@privatefox)

    Brilliant! Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove arrow bullets before icons’ is closed to new replies.