Tried to change article header fonts by changing the css/template.css file by extreme values for header fonts h1 thru h3 (see attachment) but nothing happens on the website. What am I doing wrong?
Thanks for your help.
h2 {
font-family: "arial", Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
margin-top: 15px;
}
h3 {
font-family: "arial", Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
margin-top: 0px;
}