From Sunday 14 June, temporary stand changes will be in place at Huddersfield Bus Station while improvement works take place. Please check your stand before travelling.
Important: These changes are temporary. Please allow extra time for your journey and check station displays before boarding.
301 to Golcar
Use Stand: S
Exceptions:
Mon - Sat 1920, 2020, 2120 and 2220 use Stand U
302 to Golcar
Use Stand: S
No exceptions.
306 to Taylor Hill
Use Stand: V
No exceptions.
307 to Honley
Use Stand: V
Exceptions:
Mon - Fri 0647 and 1446 use Stand W
308 to Holmfirth via Honley
Use Stand: V
Exceptions:
Mon - Fri 1212, 1733, Sat 0812, 1212 and 1712 use Stand W
310 to Hepworth via Holmfirth
Use Stand: W
No exceptions.
314 to Holme via Holmfirth
Use Stand: W
Exceptions:
Mon - Fri 1648, Sat 0805 and Sun 1354 use Stand V
316 to Parkhead via Holmfirth
Use Stand: W
Exceptions:
Mon - Fri 0730 use Stand X
323 to Meltham
Use Stand: S
No exceptions.
324 to Meltham
Use Stand: S
Exceptions:
Mon - Fri 0701, 0731, 1759 use Stand R.
Sat 0930 and 0950 use Stand T
328 to Balmoral Avenue
Use Stand: T
No exceptions.
342 Almondbury Circular
Use Stand: O
Exceptions:
Sat 0911 and 1011 use Stand N
356 First to Longwood
Use Stand: X
Exceptions:
Mon - Fri 0949 and 1545 use Stand Z
358 Ashenhurst Circular
Use Stand: X
No exceptions.
363 to Bradford via Brighouse
Use Stand: Q
No exceptions.
370 to New College
Use Stand: U
No exceptions.
371 to Lindley
Use Stand: U
No exceptions.
372 to Almondbury
Use Stand: P
Exceptions:
Sat 1533, 1633 use Stand T.
Sun 1143, 1343 and 1543 use Stand R
373 to Almondbury
Use Stand: P
No exceptions.
382 to Wilberlee
Use Stand: Q
Exceptions:
Mon - Fri 0627 and 1627 use Stand R.
Sat 0827, 0927, 1027 use Stand P
383 to Marsden Dirker
Use Stand: R
Exceptions:
Mon - Fri 0818 use Stand S
387 to Beaumont Park
Use Stand: O
Exceptions:
Mon - Fri 1642 and Sat 1442 use Stand M.
Mon - Fri 0835, 1542, 1743 and Sat 0949 use Stand P
501 to Halifax via Elland
Use Stand: N
Exceptions:
Mon - Fri 0910, 1240, 1513, Sat 1014 and Sun 1508 use Stand M
503 to Halifax
Use Stand: N
No exceptions.
537 Halifax via Outlane
Use Stand: O
Exceptions:
Mon - Fri 1330, 1430 and 1530 use Stand N
549 to Halifax via Brighouse
Use Stand: O
Exceptions:
Mon - Fri 0935, 1033, 1132, 1232, 2227,
Sat 1036, 1134, 1233 and 1332 use Stand N
X1 to Halifax via Elland
Use Stand: M
No exceptions.
X63 to Bradford via Brighouse
Use Stand: Q
No exceptions.
.stand-changes-page {
font-family: Arial, sans-serif;
max-width: 1100px;
margin: 0 auto;
padding: 20px;
color: #222;
line-height: 1.6;
}
.hero-banner {
background: linear-gradient(135deg, #280071 0%, #4a1ab3 100%);
color: #fff;
padding: 40px 30px;
border-radius: 16px;
margin-bottom: 25px;
}
.hero-banner h2 {
font-size: 2.2rem;
margin-bottom: 15px;
color: #fff;
}
.hero-banner .intro {
font-size: 1.05rem;
max-width: 850px;
margin: 0;
}
.notice-box {
background: #fff4cc;
border-left: 5px solid #ffbf00;
padding: 18px 20px;
border-radius: 10px;
margin-bottom: 25px;
font-size: 0.98rem;
}
.info-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
}
.info-card {
background: #fff;
border-radius: 14px;
padding: 25px;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
border: 1px solid #eee;
}
.info-card h3 {
margin-top: 0;
font-size: 1.35rem;
color: #280071;
margin-bottom: 15px;
}
.info-card p {
margin-bottom: 12px;
}
.info-card strong {
color: #280071;
}
@media (max-width: 768px) {
.hero-banner {
padding: 30px 20px;
}
.hero-banner h2 {
font-size: 1.8rem;
}
.info-card {
padding: 20px;
}
}