I am trying to make my sections small caps. I have tried:
\documentclass{article}
\usepackage{lmodern}
\begin{document}
\section*{\textsc{Test}}
\end{document}
But this complains that no bold small caps font exists. How can I unbold the sections and as a bonus automatically make them small caps? I tried looking at titlesec but I found it quite confusing as I am a beginner.

unboldthe sections? – Oct 19 '15 at 21:17