About Us

Welcome to Whitton Community Centre

The Heart of Our Neighborhood

Whitton Community Centre is a vibrant, welcoming space dedicated to bringing local people together. Whether you are looking to boost your wellbeing, learn a new dance, enjoy live music, or connect with neighbors at our regular gatherings, there is always something happening here.

We are proud to be the home of essential community services and a diverse range of local activities for all ages.

Our Spaces

Looking for the perfect venue? Our fantastic Large Hall is a bright, high-ceilinged space flooded with natural light. It is incredibly versatile and fully equipped to host:

  • Sports & Fitness: From badminton, volleyball, and trampolining to yoga, circuit training, and dance.

  • Social & Support: Ideal for playgroups, community support meetings, and local gatherings.

  • Celebrations: A wonderful setting for everything from small family parties to large community celebrations.

Convenience built-in: The hall includes access to a basic kitchen, making it easy for you to provide refreshments for your guests or attendees. Smaller rooms are also available to hire for business meetings, workshops, or private events.

Supporting Our Community

Every time you hire a space or attend an event, you are giving back. Whitton Community Centre is run for the community, by the community. 100% of our hire fees are directly reinvested into managing, maintaining, and improving our facilities for the benefit of everyone in Whitton.

Ready to book or want to learn more? We’d love to hear from you. Head over to our Contact Us page to get in touch with our team today!

What we offer

Our Services

Something exciting every week.

Live Events & Festivals

Stay in the loop

Sign up for the latest deals, news, and event updates

document.addEventListener("DOMContentLoaded", function () { const tabButtons = document.querySelectorAll('.tab-calendar .e-n-tab-title'); function forceActiveColor() { tabButtons.forEach(button => { if (button.getAttribute('aria-selected') === 'true') { // ইনলাইন স্টাইল সরাসরি বদলে দেওয়া button.style.setProperty('background', '#F47924', 'important'); button.style.setProperty('background-color', '#F47924', 'important'); button.style.setProperty('color', '#ffffff', 'important'); } else { // ডিঅ্যাক্টিভ বাটনের জন্য ইনলাইন স্টাইল রিমুভ করা (যাতে থিমের কালো কালার পায়) button.style.removeProperty('background'); button.style.removeProperty('background-color'); button.style.removeProperty('color'); } }); } // ১. প্রথমবার পেজ লোড হওয়ার সময় রান হবে setTimeout(forceActiveColor, 300); // ২. বাটনে ক্লিক করার সাথে সাথে রান হবে tabButtons.forEach(button => { button.addEventListener('click', function () { setTimeout(forceActiveColor, 50); }); }); });