I'm having troubles editing the style of the title slide in a .RPres R Presentation. I'm using a .css file to set the styles, and already tried this:
.title-slide{
text-align: center;
background-color: white;
background-size: cover;
color: black;
font-family: 'Montserrat';}
But the only I get is a white background on the label of the subtitle, but the slide is still with the default style. I have the following code in the title slide:
Title of the presentation
========================================================
class: title-slide
author:
autosize: true
css: prueba1.css
Subtitle of the title slide
If anyone can tell me how to delete the title slide instead it also helps. I'm using R version 3.4.4 on a linux x86_64 virtual machine.