I'd like to take the post titles down to normal from bold. I've changed everything that looks like it would be to do with bold and h1,h2,h3, but nothing seems to change.
I'd like to take the post titles down to normal from bold. I've changed everything that looks like it would be to do with bold and h1,h2,h3, but nothing seems to change.
try
h1,h2,h3,h4,h5{
font-weight: 400 !important;
font-style: normal
}This topic has been closed to new replies.