[Resolved] Formatting text in header

Home Forums Support [Resolved] Formatting text in header

Home Forums Support Formatting text in header

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #108041
    David Sims

    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?

    #108044
    David Sims

    Sorry correct public url:

    #108045
    David Sims
    #108078
    Tom
    Lead Developer
    Lead Developer

    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!

    #108116
    David Sims

    Better now ?

    #108137
    Tom
    Lead Developer
    Lead Developer

    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/

    #108153
    David Sims

    Sorry – now ?

    #108188
    Tom
    Lead Developer
    Lead Developer

    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>
    #108189
    David Sims

    Tom

    thanks for the solution, some things are needlessly difficult in WordPress

    Loving the theme and GP Premium – it oozes quality

    thanks

    David

    #108222
    Tom
    Lead Developer
    Lead Developer

    Happy to help! 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.