Document Classes ⇒ Color of Navigation Bar in Beamer
Color of Navigation Bar in Beamer
How can I change the color of the navigation bar in beamer. I am using "Baodilla" theme with "secheader" option. I tried "\setbeamercolor{palette primary}{fg=red}", but that did not work...
I would appreciate your help,
Jamil Renno
Hanibal
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Color of Navigation Bar in Beamer
can you show a minimal working example that has your configuration?
Btw. the theme is Boadilla, if somebody else is looking for that.
Stefan
Re: Color of Navigation Bar in Beamer
Thanks for the quick response. The MWE is attached...
- Attachments
-
- Renno_MWE.tex
- (2.79 KiB) Downloaded 686 times
Hanibal
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Color of Navigation Bar in Beamer
with this MWE I could test it. Here is example code changing the colors of the symbols:
Code: Select all
\setbeamercolor{navigation symbols dimmed}{fg=red!80!black}
\setbeamercolor{navigation symbols}{fg=red!80!black}
Stefan
Re: Color of Navigation Bar in Beamer
I actually meant the bars were "April 10, 2008 1/1", my name, and the name of the conference, and the upper bar on the top of the slide. The color combination is exactly what I needed, however, it would be great to control the color of the bars I just mentioned...
I would truly appreciate your help...
Jamil Renno
Hanibal
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Color of Navigation Bar in Beamer
the Boadilla theme uses the dolphin color theme. So look for the file beamercolorthemedolphin.sty in your texmf tree and change the values like it's done there. Example:
Code: Select all
\setbeamercolor*{palette primary}{use=structure,fg=black,bg=structure.fg!40!red}
Stefan
Re: Color of Navigation Bar in Beamer
I modified the color theme as needed...
I truly appreciate your help...
Jamil Renno
Hanibal