Exterior Wood Paint

Showing all 9 results

We offer a range of paints suitable for use on exterior wood. This includes our Professional topcoat range in Matt, Satin and Gloss Finishes, Log Cabin Paint and Our Shed and Fence Paint.

Our Professional Matt, Satin and Gloss Paints provide the desired finish and long term protection on wooden surfaces. They are designed to be applied over a suitable primer, such as our All Purpose Primer.

Professional Log Cabin Paint provides a Satin finish to exterior wood and is designed for use on log cabins and similar structures.

Our Professional Shed and Fence Paint is one of our most popular paints. It provides a Matt finish and long term protection on most types of wood. It is convenient to use as it does not require a primer and is also suitable for concrete fence posts.

From £12.71 Excl. VAT
From £8.05 Excl. VAT
From £12.71 Excl. VAT
From £6.23 Excl. VAT
From £30.52 Excl. VAT
From £9.16 Excl. VAT
From £11.55 Excl. VAT

Exterior Wood Paint

Shed Paint & Fence Paint

From £10.66 Excl. VAT
From £4.92 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 }); });