Reply To: Semantically incorrect heading structure

Home Forums Support Semantically incorrect heading structure Reply To: Semantically incorrect heading structure

Home Forums Support Semantically incorrect heading structure Reply To: Semantically incorrect heading structure

#106965
Paul

Hi Tom,

I cannot change the style, family, weight and so on of my headings (h1, h2, h3, h4, h5, h6) with style.css. If I change or add some font information in style.css nothings changes in my website.
For example:
h1 {
font-size: 35px;
margin-bottom: 20px;
line-height: 1.2em;
}

TO

h1 {
font-size: 80px;
margin-bottom: 20px;
line-height: 1.2em;
}

The size of the header does not change. How can I influence the font of the different header?

thanks