Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2009
    Posts
    158
    Plugin Contributions
    0

    Default Change size and colour of text

    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 &amp; CONFIRM YOUR ORDER</h4>');

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Change size and colour of text

    Quote Originally Posted by amyleew View Post
    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 &amp; CONFIRM YOUR ORDER</h4>');
    Just edit the stylesheet.css

    Find H4 and you will see this:
    h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger

    delete h4, from above and add this below

    h4 {font-color: red;font-size: 1.6em;}

    the stylesheet.css will look like this now:
    h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
    font-size: 1.1em;
    }

    h4 {color: #FF0000;
    font-size: 1.6em;
    }
    Last edited by haredo; 25 May 2010 at 12:11 AM.

  3. #3
    Join Date
    Jul 2009
    Posts
    158
    Plugin Contributions
    0

    Default Re: Change size and colour of text

    Will that change it for text on any other pages? I only want to change that one line.

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Change size and colour of text

    Yes, if it using the h4

    Try this:
    define('ORDER_REVIEW', '<h4 class="confirm">PLEASE REVIEW &amp; CONFIRM YOUR ORDER</h4>');

    Change the h4 to h7, then edit the stylesheet to match

 

 

Similar Threads

  1. change text size and colour of STORE_NAME_ADDRESS
    By KenshiroU in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Oct 2012, 01:19 PM
  2. Can i Change the Font Size and / or Colour???
    By ElijahD in forum Basic Configuration
    Replies: 1
    Last Post: 25 Apr 2009, 08:15 AM
  3. Nothing in forums on how to change colour, font and size of sales message goes here
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 19
    Last Post: 20 Apr 2009, 11:54 AM
  4. EZ-PAGE header - change font size and colour
    By nav007_2000 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Oct 2008, 10:52 PM
  5. Changing text colour and logo size please
    By snowy2008 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 4 Sep 2008, 04:54 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg