Wood Stain

Showing all 3 results

Give your wooden surfaces a new life with our range of wood stains. Providing both protection and a decorative finish, both indoor and outdoor options are available.

In addition to a range of 14 standard wood colours, we can also supply over 40 other shades from the colorgrain tint system, including blues, greens, greys and even pink! We stock traditional wood colours such as oak, rosewood & walnut, as well as black & white wood stain. And now including the popular greys. Solvent borne coatings penetrate the timbers far better than water based equivalents. Browse our colour range to find the perfect finish for your project.

From £13.82 Excl. VAT
From £12.56 Excl. VAT
From £11.65 Excl. VAT
incl. tax excl. tax
jQuery(function ($) { function checkAndUpdatePrice() { var newPriceHtml = $('.woocommerce-variation-price .price').html(); // Get variation priceif (newPriceHtml) { console.log("Updating price: ", newPriceHtml); // Debugging output $('.product-price-container.is-larger .price-wrapper .price').html(newPriceHtml); } else { // If price is not found, keep checking every 100ms (max 2 seconds) setTimeout(checkAndUpdatePrice, 100); } }// Run when a variation is selected $(document).on('found_variation', 'form.variations_form', function () { setTimeout(checkAndUpdatePrice, 100); // Start checking for price update });// Reset price when no variation is selected $(document).on('reset_data', 'form.variations_form', function () { location.reload(); // Restore the original "From £XX.XX" price }); });