Here is the section for headers in the style.css
/* Headings */
h1,h2,h3,h4,h5,h6 {
clear: both;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.625em;
}
I tried inserting what I had in my Visual Editor sheet, but it still didn’t work.