Is it possible to remove the header of the ToC's page and to place its title at the top? If it is, how, please?
MWE:
\documentclass[xcolor={dvipsnames}]{beamer}
\usetheme{CambridgeUS}
\author{The Author}
\title{Work Culture}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Outline}
\tableofcontents
\end{frame}
\begin{frame}
\frametitle{Test title}
\framesubtitle{Test subtitle}
test text
\end{frame}
\end{document}
Thanks a lot!

\begin{frame}[plain]to remove the header etc. in the ToC frame? – cfr May 04 '14 at 12:45