Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jon Schroeder

    (@jonschr)

    For something like changing the style, the theme and/or custom CSS should be able to change the color of these icons, since they’re implemented as dashicons or font awesome icons (I don’t remember which).

    The plugin should set default styles, but the theme should determine how they’re displayed in this context.

    If you’d send a link to your site, I can show you how to make this change yourself.

    Plugin Author Jon Schroeder

    (@jonschr)

    We emailed back and forth on this a bit. Here’s the code we added to the end of the stylesheet but before any @media queries, for anyone else with the same question:

    body .sbg_contactinfo a {
    color: #333 !important;
    }

    Replace #333 with whatever color you’re wanting to add.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Colour of email/twitter/facebook icons’ is closed to new replies.