Yes THANK YOU that actually did work once I stripped out other CSS I had in there. Must have been conflicting. Now I'm trying to get it to look good with changing the text size etc.
Right now I have these in there.
// Paragraph
h1 {font-size:1rem!important}
// Header h2
h2 {font-size:1rem!important}
// Header h3
h3 {font-size:1rem!important}
// Header h4
h4 {font-size:0.65rem!important}
}
// Paragraph
p {font-size:0.75rem!important}
I would still like to get the right ID for those other 2 pages, but do you know how to fix this I put the titles on Header 4 to control them instead of Paragraph (see photo)
But the spacing when it goes down a line is too much.
Thanks!