I am trying to change the page title font size in a custom template. I have tried adding custom CSS but I'm new at this and what I'm doing isn't working. This is what I added
.post-info h1 {
font-size: 5.0em;
}
I tried several different font sizes but there was no change.
Please help and thanks!