Revealjs: hide logo on the title slide #12820
Replies: 2 comments
-
Please use the search in issues/discussions before opening new discussions already answered. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JosephBARBIERDARNAL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi,
I'm making a revealjs quarto extension, and my
_extension.yaml
looks like this:I'd like to be able to not display
logo.png
on the title slide.The main problem I encountered is what the CSS selector should look like in this case, and then I can just set
display: none;
.Even after inspecting my browser's devtools, I feel like revealjs does not work with a "slide-1", "slide-2" logic, and so what I'm trying to do is not likely to work.
Did I miss something? Is there an easier of hidding the logo in my case?
Beta Was this translation helpful? Give feedback.
All reactions