Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Change Text Size Of "Delivery/Shipping Information"

Change Text Size Of "Delivery/Shipping Information"

Views: 665

Results 1 to 3 of 3
3 Oct 2011, 10:09 PM
#1
sharc316 avatar

sharc316

Zen Follower

Join Date:
Mar 2011
Posts:
160
Plugin Contributions:
0

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: https://www.bequjuice.com/store

4 Oct 2011, 1:41 AM
#2
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Location:
Waikato, New Zealand
Posts:
1,558
Plugin Contributions:
1

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;
}

sharc316:

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: https://www.bequjuice.com/store

4 Oct 2011, 3:33 PM
#3
sharc316 avatar

sharc316

Zen Follower

Join Date:
Mar 2011
Posts:
160
Plugin Contributions:
0

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