Archived topic
Formatting text in header
9 replies · Started by Anonymous on May 15, 2015
In the header underneath JT Motors
I want the telephone number to be on a separate line like this:
Independent Volvo Specialists
01803 857620
I tried <br /><br /> - that worked in preview but just showed the tags on the site
Any suggestions?
grrr
Looks like you have some weird caching going on that is making it so the stylesheet isn't being read.
Can you possibly adjust your caching settings so I can see the styling of the site?
Thanks!
Better now ?
Still pretty funky.
Looks like the site is trying to find the stylesheets at this URL: http://jtvs.co.uk
Can you make sure the URLs set in "Settings > General" are the correct URL?: http://jtvs.co.uk.gridhosted.co.uk/
Sorry - now ?
I would use GP Hooks for this.
First, go to "Customize > Header Content" and hide the title and tagline.
Now go to "Appearance > GP Hooks" and add this to the "After Header Content" hook:
<div class="site-branding">
<p itemprop="headline" class="main-title"><a rel="home" title="JT Motors" href="http://jtvs.co.uk.gridhosted.co.uk/">JT Motors</a></p>
<p class="site-description">Independent Volvo Specialists <br />01803 857620</p>
</div>
Tom
thanks for the solution, some things are needlessly difficult in Wordpress
Loving the theme and GP Premium - it oozes quality
thanks
David
Happy to help! :)