Viewing 1 replies (of 1 total)
  • Looking at the source, it looks like your theme is adding content right before the item. Knowing this, you could add something like this to your CSS.

    #footer-widgets .footer-widget .si_feed_wdiget li:before { content: none; }

    You’ll have to target the plugin’s widget class directly, in order to only remove the blue dots for the SI widget.

    Hope it works out.

Viewing 1 replies (of 1 total)

The topic ‘Blue dots between photos’ is closed to new replies.