I would like to know if this can be done in Quarto presentation: Imagine you have two logos: logo1.png and logo2.png. The objective is using logo1.png in one slide and logo2.png in other slide, in addition I want to have a third slide with no logo at all. This is requested due to the slide backgrounds used to separate sections of the presentation. In that sense, is it possible to achieve this?
At this moment, I have tried this:
# About me {background-color="black" .no-logo}
or
# About me {background-color="black"} {.no-logo}
with an logo.css like this:
.reveal .slide-logo .no-logo {
display: none !important;
}
section#no-logo {
display: none !important;
}
Neither gave me any result. Any comment will be highly appreciated.
Warm regards
cderv
August 31, 2023, 11:48am
2
For reference, cross posted at
Please do read our FAQ regarding our cross post policy
Posting the same question both here and on other sites
Posting the same question to multiple forums at the same time is often considered impolite. We don't completely ban such cross-posting, but we ask you to think hard before you do it and to follow some rules.
Cross-post sparingly
Rather than post the same thing here and elsewhere from the get-go, post in one place at a time. Let enough time go by (think days, not hours) before you take your question somewhere else. Sometimes people at another site may suggest you post here if your question doesn't fit within the scope of the other site.
Always link to your other posts, and update everywhere with any solution…
At least when you do it, it is good practice and expected that you mentioned it. thanks
system
Closed
October 12, 2023, 11:49am
3
This topic was automatically closed 42 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.