Codes Vanaf <span>€ 79.00</span> Grote aanpassen doorstreepprijsView All .woocommerce del span.woocommerce–Price–amount.amount{ font–size: 20px!important;} Grote aanpassen alle prijzenView All .price span {font-size: 25px !important;} Kleur aanpassen doorstreepprijsView All .woocommerce .price del{ font–size: 22px!important; color: #ce2939!important; opacity: 1!important;} .woocommerce div.product p.price del, .woocommerce div.product span.price del { color: #000000; font-size: 14px; } Grote van titeltekst productpagina aanpassenView All .single-product .product_title{ font-size:40px !important; } Grote + Font van titeltekst productpagina aanpassenView All .single-product .product_title{ font-size:40px !important; font-family: jost} Dikte van titeltekst productpagina aanpassenView All .single-product .product_title{font-weight:900;} Kleur van titeltekst productpagina aanpassenView All .single-product .product_title{color:#489565;} Prijs van productpagina aanpassenView All .single-product .woocommerce-Price-amount.amount {font-size: 25px;font-weight: 600;} Font aanpassen aanpassenView All h1,h2,h3,h4,h5,h6,h7,p,a,li{font-family: ‘jost’, cursive;} NOTESView All Only %s left in stock $stock_format = esc_html__(‘Only %s left in stock’,’machic’); $managestock = $product->managing_stock();$stock_quantity = $product->get_stock_quantity();$stock_format = esc_html__(‘Only %s left in stock’,’machic’);$stock_poor = ”;if($managestock && $stock_quantity < 10) {if($stock_quantity < 1){$stock_poor .= ‘<div class=”product-message color-danger”>’.esc_html__(‘Out of Stock’, ‘machic’).'</div>’;} else {$stock_poor .= ‘<div class=”product-message color-danger”>’.sprintf($stock_format, $stock_quantity).'</div>’;}}