Struggling to customize the title-slide.html #13264
-
DescriptionI am trying to customize the title-slide.html for a RevealJS presentation from https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/formats/revealjs/pandoc/title-fancy/title-slide.html.
Now in my
Now I have the problem that depending on the type of output display these two logos are getting cut off and I have no clue how I would properly define the position of these two logos, as I am neither very familiar with css or HTML templates. Does it matter where I put these lines in the The Quarto file itself:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Your issue is not a Quarto issue. For these type of issues, the only way is to investigate and understand the structure of the page you are making. There is no other way, even for an HTML/CSS expert. My wild guess: the issue is about |
Beta Was this translation helpful? Give feedback.
-
I found a solution which works: Create a
In the Quarto file I then reference this file:
|
Beta Was this translation helpful? Give feedback.
I found a solution which works:
Create a
logos.html
file with the following content:In the Quarto file I then reference this file:
include-before-body: logos.html
.Some ugly JavaScript code in
include-after:
takes care that these two logos are only displayed on the title slide, and the title slide numbers and the standard logo are hidden: