Furniture Paint

Showing all 4 results

We care passionately about our Furniture Paint in Grey, White, Black and a wide selection of colors. A Professional and durable high quality finish is achievable. Our Furniture Paint is an oil based product with a Satin finish. This gives a long term, protective coat. Has a slight sheen to the finish look. Giving a wipeable  surface.

This easy to use decorative topcoat is a cheaper alternative to revive and rejuvenate rustic, antique furniture. Give that old looking wooden furniture a new life with a fresh coat of paint… Popular Grey colour in stock. Shop now for fast and efficient delivery!

From £11.87 Excl. VAT
From £11.75 Excl. VAT
From £4.57 Excl. VAT
Sale!
From £2.12 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 }); });