Garden Furniture Spray Paint

Showing all 3 results

Our Garden Furniture Spray Paints are aerosol forms of Garden Furniture paints. The aerosol format is useful for painting areas of garden furniture that are difficult to reach with a brush.

Our topcoat spray is available in both Matt and Satin finishes and can be used on wooden and metal furniture. The aerosol form of the topcoat is ideal if you are only painting a small number of furniture items.

We also offer a primer spray paint for metal garden furniture and an undercoat spray for wooden furniture. The metal primer provides additional rust protection to metal garden furniture. The undercoat makes it easier to change the topcoat colour without having to remove the previous paint.

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