As it stands, the basic css file that applies to all member pages has a white background for .vcard img.photo. Individual members can override this in the css for their own page, but I want to override it for all member pages in my network.
So this:
.vcard img.photo {
background-color: transparent;
}
Would be the default instead.
How can I do that?
Tags: css, default, override
Share
-
▶ Reply to This