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

    (@celloexpressions)

    Here’s the custom CSS you need:

    .quickshare-share {
        display: none;
    }
    .archive-page .quickshare-container ul li, .entry-content .quickshare-container ul li {
        list-style-type: none;
    }

    Also, it probably looks better without the lines on your site, use:

    .quickshare-container {
        border-top: 0;
        border-bottom: 0;
    }

    Thread Starter medgerton

    (@medgerton)

    Thank you so much! This helped ??

    I was JUST about to ask how to remove the lines as well! Thanks! You MIGHT want to include this as an option in the future ??

    Plugin Author Nick Halsey

    (@celloexpressions)

    Actually, the plugin attempts to automatically resolve these issues, but it can’t account for every theme. So with certain themes, it typically requires CSS very specific to a particular theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bullets over my icons…please help me remove them!’ is closed to new replies.