Graffiti Removal

Showing all 2 results

Our range of graffiti removal products are able to easily remove graffiti from walls and other surfaces. They are suitable for a range of surfaces including brick, concrete, stone, masonry, metal and wood.

These products remove graffiti quickly and easily. This prevents the task of removing graffiti from taking time away from other tasks that may be important.

We also offer a range of anti-graffiti paints. These products are designed to allow graffiti removal products to work more easily by resisting graffiti that is applied to a surface.

Please note: The Coo-Var Graffiti remover is only for use with the WB101 and P101 anti-graffiti systems.

£13.58 Excl. VAT
£4.93 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 }); });