Hi
I have a lot of people go through checkout but then think they are finished before they click 'Confirm Order'.
I would like to make the text at the top of my order confirmation page larger and a different colour.
Is someone able to help me with the code below and show me what I have to put in it to make the words 'PLEASE REVIEW AND CONFIRM YOUR ORDER' bigger and a different colour?
Thanks
Amy
<?php
define('ORDER_STEPS_IMAGE', 'arrow_checkout.gif');
define('ORDER_STEPS_IMAGE_HEIGHT', '24');
define('ORDER_STEPS_IMAGE_WIDTH', '24');
define('ORDER_STEPS_IMAGE_ALT', 'Checkout Arrow');
define('TEXT_ORDER_STEPS_1', 'Shipping Method');
define('TEXT_ORDER_STEPS_2', 'Payment Method');
define('TEXT_ORDER_STEPS_3', 'Review Order');
define('TEXT_ORDER_STEPS_4', 'Order Complete');
define('ORDER_REVIEW', '<h4 class="confirm">PLEASE REVIEW & CONFIRM YOUR ORDER</h4>');



