I am just going to use the default data/presentation that one gets when you create a new ioslides presentation. If I wanted to modify only the second slide (## R Markdown), how would I set the css document so that it only dealt with that one slide and not the entire item? At the moment, keeping it simple so just changing the font size. But hoping to modify the header as well in time.
Currently, this is what I have in place
R Markdown{
font-size:6 px;
}