Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2015
    Location
    Phoenix, Arizona, United States
    Posts
    31
    Plugin Contributions
    0

    Default Change text on invoice of checkout confirmation page?

    I'm setting up a store with a black background and white text and it looks great until I get to the checkout confirmation invoice ("main_page=check_out_confirmation" ) which has a white background and white text. How does one change either the background to a dark color (preferably) or the text to a darker color on that one page?

    If I can't do either, does anyone have another suggestion?
    Last edited by 5andDime; 10 Apr 2015 at 06:55 PM. Reason: adding info

  2. #2
    Join Date
    Jan 2014
    Location
    Ontario, Canada
    Posts
    252
    Plugin Contributions
    3

    Default Re: Change text on invoice of checkout confirmation page?

    You can make changes to your includes/templates/YOUR_TEMPLATE/css/stylesheet.css

    If you'd like to change the background colour you can change:
    .centerColumn {
    background-color: 000000;
    }

    or the text to a darker color on that page:
    .centerColumn {
    color: 000000;
    }

  3. #3
    Join Date
    Jan 2015
    Location
    Phoenix, Arizona, United States
    Posts
    31
    Plugin Contributions
    0

    Default Re: Change text on invoice of checkout confirmation page?

    It seems like that would change the entire site background, wouldn't it? I only want to change the Order Confirmation offwhite/offgray striped background.

  4. #4
    Join Date
    Jan 2015
    Location
    Phoenix, Arizona, United States
    Posts
    31
    Plugin Contributions
    0

    Default Re: Change text on invoice of checkout confirmation page?

    Here's a screenshot of what I'm talking about: http://i1383.photobucket.com/albums/...psxitzn9k5.png

  5. #5
    Join Date
    Jan 2014
    Location
    Ontario, Canada
    Posts
    252
    Plugin Contributions
    3

    Default Re: Change text on invoice of checkout confirmation page?

    I'm not certain what template you're using? Can you send the link to your site? (with a dot com perhaps)

  6. #6
    Join Date
    Jan 2015
    Location
    Phoenix, Arizona, United States
    Posts
    31
    Plugin Contributions
    0

    Default Re: Change text on invoice of checkout confirmation page?

    Problem has been fixed. Here was the solution:

    in includes/templates/template_name/css/stylesheet.css lines 643 and 647 which are .rowEven and .rowOdd respectively. Change the background-color to #000000

  7. #7
    Join Date
    Jan 2014
    Location
    Ontario, Canada
    Posts
    252
    Plugin Contributions
    3

    Default Re: Change text on invoice of checkout confirmation page?

    Glad you fixed it!

 

 

Similar Threads

  1. Trying to change copy/text on PHP on checkout page and getting an error
    By bigstore in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Feb 2012, 08:36 PM
  2. How to change text in "Order Confirmation" and "Welcome to our Store" page?
    By SandraSD in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 15 Mar 2011, 03:59 AM
  3. All Zones text change on Checkout Page
    By KiwiBrian in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 24 Sep 2008, 06:48 AM
  4. Add order/invoice number to confirmation page
    By microbe in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 19 Apr 2008, 02:48 AM
  5. Change text colour invoice
    By Carl in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 20 Dec 2006, 12:07 PM

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