Skip to content
New issue

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

Documentation on CSS to customize revealjs slides for non-CSS experts #140

Open
rleyvasal opened this issue Oct 1, 2021 · 0 comments
Open
Labels
documentation feature a feature request or enhancement style

Comments

@rleyvasal
Copy link

rleyvasal commented Oct 1, 2021

It would be helpful to have documentation on how to target the different elements of a slide for people not experts on CSS.

For example if I want change the color (or shape) of the controls on the lower right side of the slide, or change the color on the progress bar, the documentation or a CSS file with examples, should be available.

To customize an element on the slides, the common approach is to identify the element such as controls on the html and target that element with CSS; however the process is not clear and inefficient - especially for non-CSS experts. For example, inspecting html for controls one may come to the conclusion that .reveal .controls {color: #fff;} would work.

@rleyvasal rleyvasal changed the title Documentation on CSS to customize looks of the slides for non-CSS experts Documentation on CSS to customize revealjs slides for non-CSS experts Oct 1, 2021
@cderv cderv added documentation feature a feature request or enhancement style labels Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation feature a feature request or enhancement style
Projects
None yet
Development

No branches or pull requests

2 participants