We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Kyle,
thanks a lot for the nice template.
For some reason I'm unable to change the fontsize for the itemize environment. I've changed the preamble to
%% itemize \setbeamercolor{itemize item}{fg = accent!70!white} % here is the only change \setbeamerfont{itemize item}{size = \Huge} \setbeamertemplate{itemize item}[circle] \setbeamercolor{itemize subitem}{fg = accent!70!white} \setbeamerfont{itemize subitem}{size = \small} \setbeamertemplate{itemize subitem}[square] \setbeamertemplate{itemize subsubitem}[square] \setbeamercolor{itemize subsubitem}{fg = jet} \setbeamerfont{itemize subsubitem}{size = \small}
but the only thing that changes is that the circle gets larger, not the font size. Any suggestions?
The text was updated successfully, but these errors were encountered:
\setbeamerfont{itemize item} adjusts the font of the bullet, so you've correctly identified the problem. Two options for you:
\setbeamerfont{itemize item}
You can change the environment one at a time by {\Huge \begin{itemize} ... \end{itemize}}
{\Huge \begin{itemize} ... \end{itemize}}
Put this in the preamble \setbeamertemplate{itemize/enumerate body begin}{\Huge}
\setbeamertemplate{itemize/enumerate body begin}{\Huge}
Sorry, something went wrong.
No branches or pull requests
Hi Kyle,
thanks a lot for the nice template.
For some reason I'm unable to change the fontsize for the itemize environment. I've changed the preamble to
but the only thing that changes is that the circle gets larger, not the font size. Any suggestions?
The text was updated successfully, but these errors were encountered: