• I have two sites with issues.

    On LoganSquarist.com, the icons don’t show up at all. This occurred after a recent update. I have tried a number of the fixes (replace the plugin CSS, delete and reinstall plugin, purge cache) and I cannot get the icons to display again.

    On a brand new install, ArtistPaintersChicago.com, the icons are not registering the style (black icon and gray on hover).

    Can you assist with these errors? Thank you!

    https://wordpress.org/plugins/simple-social-icons/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Nick C

    (@modernnerd)

    Hi Kate, and sorry for the delayed reply!

    For LoganSquarist.com, I now see the icons in your sidebar. Were you able to resolve this one?

    For ArtistPaintersChicago.com, it looks as though your theme’s stylesheet is overriding the background colour of the icons. The theme’s style.css file contains this code:

    .nav-primary .simple-social-icons li a  {
    	background-color: transparent !important;
    	margin-right: 0;
    	margin-top: 4px;
    }

    If you remove or comment out the background-color line, you should find your icons honour the colours you’ve chosen.

    Thread Starter katemhamilton

    (@katemhamilton)

    Hi Nick,

    Our web dev was able to fix LoganSquarist. Thanks for the tip on Artist Painters. I have commented out the line of code, however, my color preferences are still not applying. Seems like the default is. Any ideas?

    Thread Starter katemhamilton

    (@katemhamilton)

    Hi Nick – Any other ideas or insights? THanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Icons not displaying correctly’ is closed to new replies.