I like a lot the beamer theme "Air" (you can find it by the link "Nice Air based template for Latex" at the page http://www.kde.org/kdeslides/ ). But sometimes, in a slide, my text is a little too long, and if I could withdraw the air-header.png on the top, it could be nice. So, can you help me please? In fact, I think that the best idea is to modify the beamerthemeAir.sty, with the part:
\setbeamertemplate{headline}
{
\pgfuseimage{air-header}
\vskip -1.95cm
\linethickness{0.0pt}
\framelatex{
\begin{beamercolorbox}[wd=\paperwidth,ht=0.3\beamer@headheight]{Title bar}
\usebeamerfont{section in head/foot}%
\insertsectionnavigationhorizontal{0pt}{\hskip0.22cm}{}%
\end{beamercolorbox}}
\framelatex{
\begin{beamercolorbox}[wd=\paperwidth,ht=0.7\beamer@headheight]{Title bar}
\end{beamercolorbox}}
}
becoming optional, for example, it could appear only when the slide has a title whith a \frametitle. If you don't know, please say it to me, I will delete this part from the sty file.



shrinkorplainoption for the frames with large content. Look at beamer documentation... – Paul Gaborit Jul 28 '12 at 21:38