Hi everyone, heard about the importance of using h1 tags in wordpress, and decided to give it a try, but realised that anytime i put a h1 tag, the whole post size increases no matter what i do. help me pls
that is normal, the h1 tag has a font-size already built in. you should override the browser default by putting the h1{font-size:12px;font-weight:normal !important} in a css file in your site. change the "12px" to whatever size is the text originally, i think "font-size:inherit" may work as well but im not too sure
Thank you, it has been solved, i used your code in the weaver admin section instead of css file. thanks a lot