# Simple social icons not showing plugin css styles

**URL:** https://discourse.roots.io/t/simple-social-icons-not-showing-plugin-css-styles/15039
**Category:** plugins
**Created:** 2019-03-10T19:29:51Z
**Posts:** 2

## Post 1 by @ericgauvin — 2019-03-10T19:29:51Z

I’m trying to use the Simple Social Icons plugin with sage 9. It’s displaying the icons, but the style settings I set in the widget settings are not showing on the front end. I can write my own css, bu I’d like to understand what’s going on and use the plugin settings if possible.

---

## Post 2 by @alwaysblank — 2019-03-11T04:47:21Z

I’m not sure what “style settings” you’re referring to, but it looks like the plug-in outputs custom CSS with this line:

```
add_action( 'wp_footer', array( $this, 'css' ) );
```

So if you’re entering custom CSS perhaps that line isn’t being called, or it’s not being called before the stuff it’s meant to style appears?

---

## Post 3 by @system — 2019-04-21T19:29:51Z

This topic was automatically closed after 42 days. New replies are no longer allowed.
