BETA This is a new service — your feedback will help us to improve it.

Back to components

Contact information

Contact block

Highlight overall contact details at bottom of the page

Example

Contact us

Phone

0113 222 4404
(Weekdays, 9am to 5pm​​, except Wednesdays when we're open from 10am)

In person

Visit any of our One Stop Centres

By post

Leeds City Council, P.O. Box 60, Leeds, LS2 8JR

HTML Snippet for text block

<div class="panel">

    <h2>Contact us</h2>

    <h3 class="font-small bold-small">Phone</h3>
    <div class="text-block">
        <p>0113 222 4404 <br>
        <span class="font-xsmall">(Weekdays, 9am to 5pm​​, except Wednesdays when we're open from 10am)</span></p>
    </div>

    <h3 class="font-small bold-small">In Person</h3>
    <div class="text-block">
        <p>Visit any of our <a href="/residents/neighbourhoods-and-community/onestop-centres">One Stop Centres</a></p>
    </div>

    <h3 class="font-small bold-small">By post</h3>
    <div class="text-block">
        <p>Leeds City Council, P.O. Box 60, Leeds, LS2 8JR</p>
    </div>

<div>

Text block

Hightlight single piece of contact information within the page content

Example

Complete and return your form by post to:

Leeds City Council, PO BOX 60, Leeds, LS2 8JR

HTML Snippet for text block

<p>Complete and return your form by post to:</p>

<div class="text-block">
    <p>Leeds City Council, P.O. Box 60, Leeds, LS2 8JR</p>
</div>
Back to top