Why Hair Consultations Are So Important Before Your Appointment

At Blackheath Hair & Co, we believe that every great hair transformation starts with one essential step — a thorough consultation.

Whether you’re after a big colour change, a fresh cut, or just want to refresh your style, taking time for a proper consultation helps us make sure we’re on the same page — and that your hair goals are realistic, achievable, and tailored just for you.

So why is a hair consultation so important?

  1. It gives us time to understand you and your hair

Everyone’s hair is unique — your lifestyle, hair history, texture, and condition all affect what’s possible. A consultation gives your stylist time to assess your hair properly and recommend the best route to get the results you want, while keeping your hair healthy.

  1. It helps manage expectations

Seen a gorgeous blonde balayage on Instagram? Love the idea of rich brunette tones? Your stylist can let you know what’s achievable in one sitting — and what may take a couple of appointments to get right. We’ll talk you through the process and give you a clear plan.

  1. It builds trust and confidence

A consultation is your chance to ask questions, share photos, and feel completely confident in your choices before any scissors or colour bowls come out. We want you to feel relaxed, listened to, and excited!

And about skin testing… it’s not optional — it’s essential.

If you’re having a colour service with us, we must carry out a skin test at least 48 hours beforehand. It’s a simple process — we pop a small bit of colour behind your ear or on your arm — but it can make a big difference.

Why we insist on it:

  • It protects you. Reactions to hair dye can be serious. Even if you’ve coloured your hair before, sensitivities can develop at any time.
  • It protects us. As a responsible salon, your safety is our priority — we follow professional industry standards to ensure all colour treatments are carried out safely and legally.

In short:

Consultations create better results. Skin tests keep everyone safe.
They’re not just routine — they’re part of the care and quality service we’re proud to offer at Blackheath Hair & Co.

If you’re booking a colour appointment and haven’t had a patch test with us in the last 6 months — please pop in and see us at least 48 hours before your appointment. It only takes a few minutes and helps us do what we do best: deliver amazing hair with complete peace of mind.

Choose Professional, Choose Quality
Choose Blackheath Hair & Co!

Share This
jQuery(document).ready(function($) { function equalizeHeight() { var tallestHeight = 0; // Ensure all elements are set to auto first to get the correct height $(".rest").css("height", "auto"); // Get the height of the tallest element $(".tallest").each(function() { var currentHeight = $(this).outerHeight(); if (currentHeight > tallestHeight) { tallestHeight = currentHeight; } }); // Apply the height to all elements with the class "rest" $(".rest").each(function() { $(this).css("height", tallestHeight); }); } // Run on page load $(window).on("load", function() { equalizeHeight(); }); // Run again if the window resizes $(window).resize(function() { equalizeHeight(); }); // Run again if images are loaded dynamically $("img").on("load", function() { equalizeHeight(); }); });