Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I'm using beamer for the first time, and I would like to change the color schema. I've followed this guide, but I haven't been able to change the background of the slide that shows the name of the subsection. This image shows what I mean:

enter image description here

I've tried to change elements color, but I don't know what element is this.

\setbeamercolor{elementname}{bg=kugreen}

Could you help me please?

share|improve this question
3  
Welcome to TeX.sx! Please add a minimal working example (MWE) that illustrates your problem. – Thorsten Mar 3 '12 at 11:41
You could read the Beamer User's Guide, there's more information than in descriptions on web pages. – Stefan Kottwitz Mar 3 '12 at 13:37
I suspect it's the palette primary, but as Thorsten said, a minimal working example will help us to correctly identify the element. :) – Paulo Cereda Mar 3 '12 at 13:38
Solution: I was using a borrowed project structure and while triying to create a MWE, I've found that it was coded in a file I didn't tought it would be. So I've solved with the following line: '\setbeamercolor{beginsubsectionscolor}{fg=white,bg=kugreen}' I think beginsubsectioncolor is a specific keyword of my template, as I haven't found any references out there. As I said, is the first time I use it. It's defined as: ' \begin{beamercolorbox}[wd=\linewidth,sep=1em]{beginsubsectionscolor}' – user1246747 Mar 3 '12 at 14:06

closed as too localized by Thorsten, lockstep, Torbjørn T., Marco Daniel, egreg Mar 4 '12 at 13:47

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.