How To Make Shipping Title Bold Text

I would like to make the shipping title BOLD text, and html tags dont work in the title , can anyone help

http://prntscr.com/g1su4j

and also, does the shipping image we upload in admin not supposed to show in front end ? it is missing

http://prntscr.com/g1swpg

THanks

John

You'll probably have to make a couple of different css changes since they do things differently depending on whether there is one or multiple methods. You might try things like:

#shipping_rates_list label: { font-weight: bold;}

Example only, NOT TESTED.

I don't have a setup right now with just one method so you'd have to inspect the code to see what the hierarchy is.

Thanks Tony, Ill have a play with it