I am trying to change the background color of my beamer boxes, but it always remains white.
Here is example:
Code: Select all
Code, edit and compile here:
\documentclass{beamer}\usepackage{color}\usepackage[english]{babel}\usepackage[applemac]{inputenc}\usepackage[T1]{fontenc}\usepackage{graphicx}\usepackage{multirow}\usetheme{classic}\usefonttheme{serif}\setbeamertemplate{navigation symbols}{} % no navigation symbols\setbeamertemplate{itemize item}[ball]\setbeamertemplate{itemize subitem}[triangle]\setbeamertemplate{blocks}[rounded][shadow=true]\begin{document}\begin{alertblock}{Test}Test\end{alertblock}\begin{beamerboxesrounded}[upper=yellow,lower=blue,shadow=true]{Test}Test\end{beamerboxesrounded}\begin{block}{Bloc arrondi et ombré}Un bloc avec option rounded et shadow\end{block}\end{document}
Some help would be appreciated !
Cheers