Reply To: Site title – two colours and bold

Home Forums Support Site title – two colours and bold Reply To: Site title – two colours and bold

Home Forums Support Site title – two colours and bold Reply To: Site title – two colours and bold

#73529
Tom
Lead Developer
Lead Developer

Hi Pete,

Unfortunately the Customizer won’t let you do specific changes to words like that, but we can do it in GP hooks.

1. First, hide the site title and tagline in the “Header Content” section of the Customizer.

2. Now go to “Appearance > GP Hooks” and open the “Before Header Content” hook.

3. Now add this HTML into the hook:

<div class="site-branding">
      <p itemprop="headline" class="main-title"><a rel="home" title="Cycle Tour Store" href="Your homepage URL"><strong>Cycle</strong> <span style="color:#YOUR_COLOR_HEX;">Tour</span> Store</a></p>
      <p class="site-description">Your tagline if needed</p>
</div>

Not codeless – but simple enough and gives you full control over each letter and word.