Simple social icons not showing plugin css styles

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.

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?

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