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; }
.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.
See this page: https://definitiveinc.com/definitive-choice/
Comments
Please, add to the first Code you send "font-weight: 600!important;" to have following Code And instead of second Code, please, use this one Thanks