<div class="transparent-overlay">
rather then using the <h2>
element, as it was previously. This support will be removed at some point, so please do not use the old category header markup.The category header pattern contains the name of the current category or section and a link to it. In the case of web applications the name of the web application is shown in the category header.
The background image is used to enhance the visual identity of the page. The image must use the Photoshop template below so it can be positioned across a variety of screen sizes.
Category header Photoshop template (PSD, 3.2 MB)
An image with a transparent colour overlay or a solid colour may be used for the background.
<!-- Begin pattern: category-header //-->
<div id="category-header">
<div class="transparent-overlay">
<div class="container">
<h2><a href="#">Category title</a></h2>
</div>
</div>
</div>
<!-- End pattern: category-header //-->
<!-- Begin pattern: category-header //-->
<div class="category-header-solid" id="category-header">
<div class="transparent-overlay">
<div class="container">
<h2><a href="#">Category title</a></h2>
</div>
</div>
</div>
<!-- End pattern: category-header //-->
<!-- Begin pattern: category-header //-->
<div class="category-header-solid" id="category-header">
<div class="transparent-overlay">
<div class="container">
<h2><a href="#">Web application</a></h2>
</div>
</div>
</div>
<!-- End pattern: category-header //-->