Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author pdclark

    (@pdclark)

    Jarvis is a paid theme I don’t have access to. Can you provide a link to your site?

    Thread Starter momomix

    (@momomix)

    Plugin Author pdclark

    (@pdclark)

    This appears to be caused by two things:

    1. In social.css, you or another developer have set:

    .social-icon a {
    	/* ...code... line 24: */
    	text-indent: -9999px;
    }

    This hides the icons, since the icons are text. That text-indent line should be removed.

    2. It looks like your icons are set to white, the same as your link background. Change it with:

    .social-icon i {
    	color: #000; /* Choose any color */
    	padding: 0 14px; /* Center icon in white box */
    }
    Plugin Author pdclark

    (@pdclark)

    PS: Hope that helps! If you find Menu Social Icons helpful, please take a moment to submit a short review. It helps a lot!

    Thread Starter momomix

    (@momomix)

    Thanks so much!! Helped a bunch, will submit a review when I finish this project 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘icons don't show’ is closed to new replies.