How to change the URL rendering of code in Revealjs? #14837
Answered
by
mcanouil
CsatiZoltan
asked this question in
Q&A
Answered by
mcanouil
Sep 1, 2026
Replies: 2 comments 10 replies
|
Reveal.js is HTML, so you can tweak the style however you want. For this, you need to use your favourite browser inspect/developper mode in order to define the right rule that you can inject: |
9 replies
|
Important Accessibility: To improve accessibility, please add alternative text to your screenshots. This helps all users, including those using screen readers, to understand the context of the images. A brief description can make a big difference! See Good Alt Text, Bad Alt Text — Making Your Content Perceivable. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

They are the same, if you don't know anything about CSS, it's going to be hard for you to get what you want.
Here is an example to add a simple underline to links using brand.yml.
For more advanced customisation, you'll have to learn (S)CSS.
Below a CSS version: