How can I hide the image (tree for example) in progressbar theme of beamer?
I would like to change the color of title of section too.
Is it possible?
MWE
\documentclass[compress, 14pt]{beamer}
\usetheme{progressbar}
\progressbaroptions{headline=normal}
\begin{document}
\section{First}
\begin{frame}{Title}
Content
\end{frame}
\section{Second}*\color{yellow} here for example
\begin{frame}{\color{yellow}Teste 1}
Content
\end{frame}
\end{document}