ucsc / wcms-design-templates

Styles and Javascript for official UC Santa Cruz web templates
http://webassets.ucsc.edu
4 stars 4 forks source link

Normalize site titles #391

Closed knice closed 6 years ago

knice commented 6 years ago

Some site titles are h1 and some are p and some are just a. Need to adjust the CSS written by RO to make sure all site titles are the same, regardless of their tags.

Note: tags are different based on the page you are on. Every page needs an H1 for accessibility. Home pages have the site title in an H1, but interior pages have their main titles as the H1.

teresasilva71 commented 6 years ago

Adding thoughts to this. Crown College doesn't have any code to tell the site title how big to be and it's pretty small: site title Admissions has a p class="title-xlarge" and it's a normal size: site title1

teresasilva71 commented 6 years ago

And SocSci's title disappeared: socsci title

knice commented 6 years ago

I've normalized site titles for all HTML tags that occur in the site title area.

http://recordit.co/lL0KgfD4jP

(Ignore the h6 boldness. H6 never occurs in a site title)