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

    (@nick_thegeek)

    Erlend,

    Looks like the theme CSS is being more specific than the plugin CSS so it causes it to show blue instead of white. Try adding this to your theme CSS file or via a custom CSS plugin.

    .entry-content .sharrre .share {
    	color: #fff;
    	float: left;
    	font-family: Helvetica, Arial, sans-serif;
    	font-style: normal;
    	font-weight: normal;
    	text-decoration: none;
    }
    Thread Starter Erlendg

    (@erlendg)

    Hi Nick,

    That did the trick.

    Thanks a lot!

    Erlend

    Plugin Contributor Nick the Geek

    (@nick_thegeek)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font color not white’ is closed to new replies.