Hello
I have used the following code which I found on someone elses post to change the size of my headers to make them all uniform, which is great. The problem is my post heading is not changing size. I thought this would be under h1 (90 px) but it is not changing. Can you please help.
Thank you.
h1, .h1 {
font-size: 90px;
}
h2, .h2 {
font-size: 60px;
}
h3, .h3 {
font-size: 60px;
}
h4, .h4 {
font-size: 45px;
}