When writing a theorem with some name I use the command,
\begin{theorem}[Paramjit]
Hello there I am Paramjit
\end{theorem}
How to change the font of the name of the theorem. I want the brackets also to be bold. So just naming the theorem \textsc{Paramjit} is not an option. Currently I am writing the name of the theorem in the content of the theorem itself.


amsthm, this gives an answer: How to make the optional title of a theorem bold with amsthm? – barbara beeton Jul 06 '16 at 13:42