I’m in the process of converting a site from Weaver II Pro to Weaver Xtreme 1.21. I’m perplexed by the fact that the in the Content Areas section of the admin options, the controls for Page Title (color, font size, etc.) seem to have no effect at all on the appearance of page titles.
The HTML generated for page titles is like so: <h2 class=”font-default”>My Page Title</h2>
So there is no class applied that would provide a handle for modifying page titles. Writing custom CSS rules for a class named “font-default” doesn’t seem like a good idea if I only want them to apply to page titles. Custom rules for <h2> have the same problem. But in any case it doesn’t seem like I should have to be thinking about writing my own CSS for page titles when there are controls in the Weaver admin that purport to define how page titles should appear.
Am I missing something?