H1, H2, H3, H5, H5, H6 all look the same
-
It would seem that which ever heading I choose when editing a post, they all look the same on my published site. I have found the following code in your theme style.css;
/* Headings */
h1, h2, h3, h4, h5, h6 {
color:#51545C;
font-family:’Roboto’;
font-weight:normal;
font-style:normal!important;
clear: both;
margin-bottom:15px;
}h1 { font-size: 46px; line-height: 46px; padding: 5px 0px;letter-spacing:-2px; }
h2 { font-size: 40px; line-height: 40px; padding: 5px 0px;letter-spacing:-1px; }
h3 { font-size: 34px; line-height: 34px; padding: 5px 0px;letter-spacing:-1px; }
h4 { font-size: 27px; line-height: 27px; padding: 5px 0px;letter-spacing:-1px; }
h5 { font-size: 20px; line-height: 20px; padding: 5px 0px; }
h6 { font-size: 14px; line-height: 18px; padding: 5px 0px; }So they should be different? Right?
- The topic ‘H1, H2, H3, H5, H5, H6 all look the same’ is closed to new replies.