Meh… sorry. figured it out myself.
installed a font plug in.
Hi! tried adding the CSS code but it didnt change to b&w.
I would want this effect on my circles: http://sharongolod.com/
my link is http://www.karldomingo.com
thanks!
Added this to the Custon CSS Manager Plugin:
.blog .hentry a .attachment-post-thumbnail {
-webkit-filter: none;
-moz-filter: none;
-o-filter: none;
-ms-filter: none;
opacity: 1;
-webkit-opacity: 1;
-moz-opacity: 1;
}
Oh wow, that was easy. Thanks a lot Andrew.