osompress / genesis-simple-share

Plugin: Genesis Simple Share
36 stars 16 forks source link

Theme color selections override icon color. #34

Open dreamwhisper opened 10 years ago

dreamwhisper commented 10 years ago

In some themes, the CSS for custom color selections overrides the icon color. For example, in Magazine Blue - .magazine-pro-blue CSS will change the appearance to: share

Adding something like this should resolve it.

.share-filled .box .share {
  color: #fff;
}

Needs testing with different themes.