By leotemp on
I am using Signwriter successfully throughout my site am currently replacing my sitename via a template alteration and have created some custom tags I use with great joy but I cannot for the life of me figure out how to alter the Story Title, in the source it looks like this:
<h1 class="title">This is the story title</h1>
anyways, when I target the h1 tags of the page such as:
/<h1.*>.*?<\/h1>/s
It gets any h1 tag in the story but not the title, i understand why this is happening but I dont understand how to go about fixing it, any suggestions?
Leo