Line Marking Stencils

Showing all 5 results

We supply Line Marking Stencils and Line Marking kits. Pre cut from durable polyester. They allow easy use of line marking spray paints. These help identify loading bays, walk ways and safety areas. Available as A-Z or 0-9 for lettering and numbering. Straight arrows for use with fluorescent spray paint to show escape routes should lighting be lost. These form part of the Line Marking stencil range. Carefully selected to offer value and durability. We stock a wide range of products for fast and efficient delivery. We are a proud UK manufacturer and supplier of line marking sprays and paints Shop Now!

Line Marking Stencils

ProSolve 0-9 Stencil Kit

From £8.52 Excl. VAT

Line Marking Stencils

ProSolve A-Z Stencil Kit

From £23.97 Excl. VAT

Line Marking Stencils

ProSolve Disabled Stencil

From £27.93 Excl. VAT

Line Marking Stencils

ProSolve Straight Arrow Stencil

From £19.25 Excl. VAT

Line Marking Stencils

ProSolve Walking Man Stencil

From £55.88 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 }); });