Ok I solved this issue by adding the single_cat_title as so:
<p><?php single_cat_title('Currently browsing '); ?>.
What I would like to know now is whether or not I can do the same thing with a designated image or banner.
For example, when the category page for “Doctors” is opened, a banner or image appears with the text provided from the code above.
Is this doable?
Matt