Ready for Summer

Ready for Summer

Ready for Summer 💇 Ready for a Summer Hair Refresh? At Blackheath Hair & Co, we’re all about helping you look and feel your best—without the stress. Whether you need a fresh trim, a nourishing treatment, or expert styling advice, our team in Blackheath, Greater...
Revive Your Hair

Revive Your Hair

Revive Your Hair Revive Your Hair: How a Deep Cleanse Can Transform Your Look Does your hair seem dull, heavy, or just not as vibrant as it used to be? You’re not alone. Over time, product buildup from shampoos, conditioners, and styling products can cling to your...
Summer is almost here

Summer is almost here

Summer is almost here Summer is almost here! And while the sun, sea, and pool days are calling, they can take a toll on your hair extensions. Heat, UV rays, saltwater, and chlorine can all lead to dryness, tangling, and discolouration. That’s why a summer-specific...
Meet the Team

Meet the Team

Meet the Team We’re so proud of the amazing people that make our salon the special place it is — here’s a little intro to the dream team behind the chairs Chris – Company DirectorChris has owned it for over 25 years! He now works just one day a week but still...
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(); }); });