Reply To: html tags in site title

Home Forums Support html tags in site title Reply To: html tags in site title

Home Forums Support html tags in site title Reply To: html tags in site title

#151171
Tom
Lead Developer
Lead Developer

Hi there,

First you’ll want to go to “Customize > Site Identity” and disable the title and tagline.

Then go to “Appearance > GP Hooks” and add your title and tagline to the “Before Header Content” hook:

<div class="site-branding">
	<p class="main-title" itemprop="headline"><a href="YOUR URL" title="YOUR TITLE" rel="home">YOUR TITLE WITH HTML</a></p>
	<p class="site-description">YOUR TAGLINE IF NECESSARY</p>
</div>

That should do it 🙂