03/13/2015 at 2:05 pm
#322733
Keymaster
@ Bruce
Yes, it is possible but takes quite a bit of CSS to accomplish… I think this will get most of it.
Try adding this to the theme’s custom CSS area:
#cn-slim-plus {
font-weight: bold !important;
}
#cn-slim-plus span.address-name,
#cn-slim-plus span.phone-name,
#cn-slim-plus span.email-name,
#cn-slim-plus span.date-name,
#cn-slim-plus span.link-name,
#cn-slim-plus .cn-bio {
font-weight: normal !important;
}
Hope that helps!
