2

I would like to change the color of the black navigation bar, which is at the top of the slide. Here is a picture :

Here is

armandfavrot
  • 169
  • 9

1 Answers1

3

You can change the background colour of the headline like this:

\documentclass{beamer}

\usetheme{Frankfurt}

\setbeamercolor{section in head/foot}{bg=red}

\begin{document}

\section{title}
\begin{frame}
\frametitle{title}
    abc
\end{frame} 
    
\end{document}

enter image description here