I know just enough about beamer to be a danger to myself. I am trying to change the color of a footer in Boadilla and am struggling.
First, I have declared
\usecolortheme[named=black]{structure}
so that I get black text for frame titles. (Probably neither necessary nor terribly elegant.)
I would like the background of the footer to be a light blue with a yellow \hrule across the top. I am using the following code:
\makeatother
\setbeamertemplate{footline}
{
\leavevmode%
\hbox{%
\begin{beamercolorbox}[color=blue, wd=\paperwidth,ht=1in,dp=1ex,center]{title in head/foot}%
\usebeamerfont{title in head/foot}\hfill\insertshorttitle\hfill\insertframenumber{}
\end{beamercolorbox}}%
\vskip0pt%
}
\makeatletter
\setbeamertemplate{navigation symbols}{}
I can't seem to make the background color change. Any help available?
\documentclass{...}and ending with\end{document}. – Fran Feb 10 at 3:10