Change Text from White to Black in InfoBox

I am trying to change the header and text in an infobox from white to black; and change the h3 header to bold. From previous posts from others, I have tried:
.infobox h3 { color: #000 !important; }

.infobox .infobox_wrapper ul { color: #00 !important; }

By adding the two lines about to the CSS for page, I have successfully changed the title to black, but I don't know how to bold it; and I can't get the rest of the text in the infobox to change to black.

Comments

Sign In or Register to comment.