Site Sub-Heading: Difference between revisions


mNo edit summary
mNo edit summary
Line 10: Line 10:


</source>
</source>
This html will be inserted into the required '''h2''' element with the id of '''#site_subheading'''.
 
 
This html will be inserted into the [[Making your own Theme | required '''h2''' element]] with the id of '''#site_subheading'''.




[[Category:Creating Viviti Themes]]
[[Category:Creating Viviti Themes]]
[[Category:Advanced Topics]]
[[Category:Advanced Topics]]

Revision as of 18:14, 18 May 2009

The required h2 with the id of #site_subheading is where your sites subtitle will be inserted, with a span you can style however you please.


Site subheading dynamically generated html

<span>
  <a href="">site subheading goes here</a>
</span>


This html will be inserted into the required h2 element with the id of #site_subheading.