Change Title Font Color

1,292 views
Skip to first unread message

Ben Sel

unread,
Apr 21, 2015, 4:01:36 PM4/21/15
to beamer...@googlegroups.com
Sorry to bother you all with what I suspect is a simple question.  I'm making a poster on Overleaf using the beamerposter package and the confposter theme.  I want to change the color of the text giving the poster title from what it is now (blueish) to red.  I've tried inserting the line \setbeamercolor{title in headline}{fg=red} into the preamble without success (it does change the author and institution font colors to red, though).  Any advice on what to do?

Thanks!

The (abbreviated) poster code is:

\documentclass[final]{beamer}

\usepackage[scale=1.24]{beamerposter} % Use the beamerposter package for laying out the poster

\usepackage[sort&compress,comma,super]{natbib}

\def\newblock{} % To avoid a compilation error about a function \newblock undefined

\usetheme{confposter} % Use the confposter theme supplied with this template
\setbeamercolor{title in headline}{fg=red}
\setbeamercolor{block title}{fg=red,bg=white} % Colors of the block titles
\setbeamercolor{block body}{fg=black,bg=white} % Colors of the body of blocks
\setbeamercolor{block alerted title}{fg=white,bg=dblue!70} % Colors of the highlighted block titles
\setbeamercolor{block alerted body}{fg=black,bg=dblue!10} % Colors of the body of highlighted blocks

% Define the column widths and overall poster size

\newlength{\sepwid}
\newlength{\onecolwid}
\newlength{\twocolwid}
\newlength{\threecolwid}
\setlength{\paperwidth}{48in} % A0 width: 46.8in
\setlength{\paperheight}{36in} % A0 height: 33.1in
\setlength{\sepwid}{0.015\paperwidth} % Separation width (white space) between columns
\setlength{\onecolwid}{0.25\paperwidth} % Width of one column
\setlength{\twocolwid}{0.44\paperwidth} % Width of two columns
\setlength{\threecolwid}{0.708\paperwidth} % Width of three columns
\setlength{\topmargin}{-0.5in} % Reduce the top margin size
%-----------------------------------------------------------

\usepackage{graphicx}  % Required for including images

\usepackage{booktabs} % Top and bottom rules for tables
-------------------------------------

\title{Fancy Eye-catching Witty Title} % Poster title

\author{Persons}

\institute{Department of Stuffology, Foobar University}

\begin{document}
\begin{frame}[t] 
\end{frame}
\end{document}

YONG CHEN

unread,
Sep 30, 2019, 11:19:43 AM9/30/19
to LaTeX beamerposter
Did you ever figure this out? I'm having the exact same problem right now......

Ethan Hunt

unread,
Sep 30, 2019, 1:00:28 PM9/30/19
to beamer...@googlegroups.com
No I had to scrap it. I'm sorry. Good luck.

--
You received this message because you are subscribed to the Google Groups "LaTeX beamerposter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beamerposter...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beamerposter/a2bd55de-1886-415b-81f3-4897fd0587bb%40googlegroups.com.


--
--Ethan

ilhem riahi

unread,
Sep 30, 2019, 7:13:19 PM9/30/19
to beamer...@googlegroups.com
use the following code:

%----------------------------------------------------------------------------------------
%	OBJECTIVES
%----------------------------------------------------------------------------------------
\setbeamercolor{block title}{fg=black,bg=white!70}
\begin{block}{\textcolor{red}{ Objectives}}
bla bla;;;;;;;;;;;;;;;;;;;;
\end{block}

YONG CHEN

unread,
Sep 30, 2019, 7:16:57 PM9/30/19
to LaTeX beamerposter
Hi,

This sets the colour for block titles, not the headline title. We've tried \setbeamercolor{title in headline}{fg=red} but somehow it didn't work either.
To unsubscribe from this group and stop receiving emails from it, send an email to beamer...@googlegroups.com.


--
--Ethan

--
You received this message because you are subscribed to the Google Groups "LaTeX beamerposter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beamer...@googlegroups.com.

YONG CHEN

unread,
Oct 1, 2019, 8:46:15 AM10/1/19
to LaTeX beamerposter
Ignasi wrote to me with the following code which can be identified in the sty document, and simply replace "jblue" with "fg" you'll be able to change the colour of the title!

%==============================================================================
% build the poster title
%==============================================================================
\setbeamertemplate{headline}{
\leavevmode
 \begin{columns}
  \begin{column}{\linewidth}
   \vskip1cm
   \centering
   \usebeamercolor{title in headline}{\color{jblue}\Huge{\textbf{\inserttitle}}\\[0.5ex]}
   \usebeamercolor{author in headline}{\color{fg}\Large{\insertauthor}\\[1ex]}
   \usebeamercolor{institute in headline}{\color{fg}\large{\insertinstitute}\\[1ex]}
   \vskip1cm
  \end{column}
  \vspace{1cm}
 \end{columns}
\vspace{0.5in}
\hspace{0.5in}\begin{beamercolorbox}[wd=47in,colsep=0.15cm]{cboxb}\end{beamercolorbox}
\vspace{0.1in}
}
Reply all
Reply to author
Forward
0 new messages