Experience Kerasilk

Experience Kerasilk

Experience Kerasilk Indulge in Luxury: Experience Kerasilk Treatment at Blackheath Hair & Co Are you ready to pamper yourself and transform your locks into silky perfection? Look no further than Blackheath Hair & Co, your new favourite salon conveniently...
Art of Root Treatments

Art of Root Treatments

Art of Root Treatments Discover the Art of Root Treatments Tap, smudge, and melt. Shadow roots are the latest craze in hairdressing, offering seamless blends and dimensional depth. Ready to dive into this trend? Here’s the inside scoop: ROOT TAP Have you ever...
The Power of a Great Haircut

The Power of a Great Haircut

The Power of a Great Haircut Transformations in Blackheath Welcome to Blackheath Hair & Co  Dedicated to impeccable customer service, we aim to provide a relaxed and enjoyable setting that respects your time and enhances your personal style. Our skilled stylists...
Going Grey Gracefully

Going Grey Gracefully

Going Grey Gracefully Tips and Styles for Silver Hair Embrace the Silver: A Guide to Flourishing with Grey Hair at Blackheath Hair & Co  we understand the beauty of grey hair and how to make it shine. Transitioning to grey hair isn’t just a change in...
Meet Danny

Meet Danny

Meet Danny Danny is a cherished part of the Blackheath Hair & Co. family and has almost thirty years of experience in the hairdressing business. The Adventure Starts When Danny started working as a Saturday boy in a retro salon in 1995, his passion for...
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(); }); });