Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2011
    Posts
    160
    Plugin Contributions
    0

    Default Change Text Size Of "Delivery/Shipping Information"

    Hi,

    can anyone help change the text size in the last page of checkout where confirm order button is. I've been trying to change this for a while but cant seem to find the right code to do the trick. The text is:

    Delivery/Shipping Information

    and

    Shipping Method:

    They are part of h2 and h3, but I dont want to mess with those because it changes the other parts of the site. Just want to change these individually.

    site: www.bequjuice.com/store

  2. #2
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Change Text Size Of "Delivery/Shipping Information"

    You might want to create a dummy account for people to use, rather than making us create accounts on your site, so that we can see the relevant page.

    And we need to see the relevant page, as various templates have different css influences

    In all likelihood the h2 and h3 will have an id on them eg

    <h2 id="checkoutblabla">Shipping Information:</h2>

    what you would do is

    #checkoutblabla{
    font-size: 52px;
    }

    Quote Originally Posted by sharc316 View Post
    Hi,

    can anyone help change the text size in the last page of checkout where confirm order button is. I've been trying to change this for a while but cant seem to find the right code to do the trick. The text is:

    Delivery/Shipping Information

    and

    Shipping Method:

    They are part of h2 and h3, but I dont want to mess with those because it changes the other parts of the site. Just want to change these individually.

    site: www.bequjuice.com/store
    Webzings Design
    Semi retired from Web Design

  3. #3
    Join Date
    Mar 2011
    Posts
    160
    Plugin Contributions
    0

    Default Re: Change Text Size Of "Delivery/Shipping Information"

    Thanks for the help nigelt74. I was able to fix up the styling. I did try that before but didnt work, i guess i missed something, worked this time.

    Also I've crated a dummy account like you recommended.

    I have another question: how can I edit the positioning of the "edit" buttons? Move them left to right? Cant find the id for them to effect each one individually.
    These buttons are located on the last checkout page where you click submit order (step 3 of 3)

    Log In email: [email protected]
    Password: zencart

    Thanks

 

 

Similar Threads

  1. "Free Shipping Options" AFFECTED "Cash on Delivery"
    By Zebra- in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 11 Jan 2010, 01:32 PM
  2. how to change the "privacy notice" under "information"?
    By Judy404 in forum Basic Configuration
    Replies: 1
    Last Post: 17 Sep 2009, 07:40 PM
  3. Changing the word "Shipping" to "Delivery"
    By innovafire in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Dec 2007, 04:56 AM
  4. Need help changing text size for: "Congratulations" & "Welcome Guest" on main page
    By STFlats in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 16 Apr 2007, 04:32 AM
  5. What file do I edit to change "For more information" text?
    By starchildcrafts in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Nov 2006, 07:20 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