That's being applied by the last line in the child theme css. It's:
#site-info { font-size: 12px; font-weight: normal; }
Just remove the font-weight: since it's set to bold above and then amend the font-size: to whatever you want.
That's being applied by the last line in the child theme css. It's:
#site-info { font-size: 12px; font-weight: normal; }
Just remove the font-weight: since it's set to bold above and then amend the font-size: to whatever you want.