I would like to change the color of the black navigation bar, which is at the top of the slide. Here is a picture :
Asked
Active
Viewed 1,230 times
1 Answers
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}

samcarter_is_at_topanswers.xyz
- 33,336
- 5
- 41
- 62