Code: Select all
\documentclass{beamer}
\usetheme{Dresden}
\usecolortheme{dolphin}
\title[title]{Full Title}
\author[me]{My Full Name}
\institute[BSU]{Big State University}
\date{ }
\begin{document}
\begingroup
\renewcommand*\insertshorttitle{}
\renewcommand*\insertshortauthor{}
\renewcommand*\insertshortinstitute{}
\renewcommand*\dohead{\rule{0em}{1.5em}}
\begin{frame}
\titlepage
\end{frame}
\endgroup
\section{Section 1}
\begin{frame} {Slide Title 1}
text text text
\end{frame}
\section{Section 2}
\begin{frame}{Slide Title 2}
text text text
\end{frame}
\end{document}
Thanks.
Bill