Open dreamwhisper opened 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:
.magazine-pro-blue
Adding something like this should resolve it.
.share-filled .box .share { color: #fff; }
Needs testing with different themes.
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:Adding something like this should resolve it.
Needs testing with different themes.