• Because the social icons are coded as a LI element, whatever bullet being used on your website’s lists ends up appearing to the left of each icon. I fixed this by creating a CSS style to override it:

    .widget .zoom-social-icons-list li {
      content: none;
      padding: 0;
    }

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    Note that I also zeroed out the padding since it was way too generous!

    • This topic was modified 7 years, 11 months ago by bdbrown.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Bullet Showing’ is closed to new replies.