Is it possible to create more heading styles like h7, h8, and so on. I am just wondering if thats possible for me to have different types of headings for my landing page. The css code I use for h6 is
Code:
div.post-bodycopy h6 { font-size:14px; color: #e30000; line-height: 140%; letter-spacing: 01px; text-shadow: 0px 0px 0px #cccccc; text-align: left; border-bottom: 01px solid #E9ECD9;}
and is simply a matter of continuing it ?