Home › Forums › Other › Quote Box in Website Heading › Re: Quote Box in Website Heading
January 27, 2013 at 11:16 pm
#122524
Participant
I’d take your current div with the id=header-left (in your header.php) and change it to:
<div id="header-left">
<h1 id="title"><a href="http://dawnthescreenwriter.com/" title="Dawn L Rogers">Dawn L Rogers</a></h1>
<p id="tagline">Writing Vicariously</p>
<p style="font-family: 'Special Elite',serif; font-size:26px; color:#666; margin:100px 0 0 45px;">Custom Text Here</p>
</div>"
Of course, once you have it placed the way you want with the right font size I’d copy the inline styles and paste it in your css files, then delete the inline styles. You’ll need to adjust your margins and font-size depending on what text you want.
Hope this helps