Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Please show us some code, particularly which class you are using. If this is for presentations, maybe Beamer? It has built-in support for this kind of thing. But yes, you could assign the background color to your bullet points, too, if you really wanted. Commented Mar 10, 2021 at 10:35
  • Thanks; now updated! Commented Mar 10, 2021 at 10:42
  • Please add an MWE (minimal working example) to show what you want. As Ingmar pointed out, there is built-in support for this via beamer overlay. For instance, you could use, \textcolor{white}{\textcolor<+->{black}{Your text}}. Commented Mar 10, 2021 at 10:46
  • Please post a full MWE, i.e. a document that starts with \documentclass{beamer}, ends with \end{document} and actually compiles … Commented Mar 10, 2021 at 10:49
  • I added a full MWE Commented Mar 10, 2021 at 10:50