[Tex/LaTex] Beamer: remove the title highlight

beamerformattingtitles

I use the PaloAlto theme and the title of the title slide appears highlighted.

Is it possible to remove the highlight and modify the title font?

Best Answer

Try \setbeamercolor{titlelike}{parent=structure}.

\documentclass{beamer}

\usetheme{PaloAlto}

\setbeamercolor{titlelike}{parent=structure}

\begin{document}

\title{(Title)}
\author{(Author)}
\date{\today}
\maketitle

\end{document}

enter image description here

Standard output of PaloAlto:

enter image description here