I wanted to create an additional font header for the text in the banner, call it h7, in the stylesheet. So I did so, with a 1em size and same grayish color as h1. Just below the header defining area in the stylesheet, there is also a section for controlling margin padding of the various h* definitions. I added h7 to this list so that it would also have the 0.3em margin padding. I then changed my header.php file in languages/english/custom, so that the tagline text would become the new h7 header.
This is where things got weird. The new h7 settings displayed the tagline w/ 1em size, and with the grayish color, but two things (that all the other h* settings somehow contain) would not display: the bold weight of the font, and padding above the font that leaves the strip of white above the banner. The new h7 was not inherently bold as the other h* fonts are, and the new h7 font would not push the banner down with font margin in order to show the small white strip above the banner, even though h7 was added to the list of elements in the style sheet that have 0.3em margin.
So, I can only conclude that the inherent bold weight and conforming to the margin setting are controlled in another file somewhere, but I can't seem to find it.
Any of this make sense to anyone? Thank you.



