Search code examples
cssrxaringan

I want to add my logo to the slides header lines using xaringan


I am using xaringan and I want to use the logo in all slides (except) the first and the inverted ones. I want to place the logo on the header line (heading level 1) however, using the css options (i.e. background-position) I 'm only able to put it immediately below the header line.


Solution

  • Using the fuction use_logo() from the xaringanExtra package, solved the problem. :)