Dry Scalp Getting You Down?

Dry Scalp Getting You Down?

Dry Scalp Getting You Down? That tight, itchy feeling and those unwanted flakes can make it one of the most frustrating hair concerns to deal with. But by learning how to hydrate a dry scalp, you can keep symptoms of dehydrated skin at bay. And as a hairdresser,  we...
Why Choose Blackheath Hair

Why Choose Blackheath Hair

Why Choose Blackheath Hair Blackheath Hair & Co’s #1 Unique Selling Point is its unparalleled commitment to personalized luxury and bespoke haircare experiences. Here’s why a new customer, Gentlemen or ladies should choose Blackheath Hair & Co as their...
Bangs Will Be Big in Summer 2024

Bangs Will Be Big in Summer 2024

Bangs Will Be Big in Summer 2024 Bangs Will Be Big in Summer 2024: Here Are 5 of the Best Fringes As we approach the sunny season, bangs are set to be the hottest trend of summer 2024. Whether you’re looking to refresh your look or try something completely new,...
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...
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(); }); });