![]() |
Driving me nuts: Times Roman Font in "checkout page&quo
Okay....In my css I've selected Sans-serif (arial, verdana, etc) for the fonts.
However, on the checkout page, a customer's info is on the page in times romans font instead. Its ugly, hard to read and this is where the customer *has* to add a different shipping name if they are sending it to someone other than themselves. But because of the font on this page, I think its hard to read. How can I alter the font on this particular page? Doesn't seem to be connected to css and I don't see a font call in the customer/main/checkout templates.....? |
I think this page uses a preformatted style.
you could update the layout to use the stylesheet |
Thanks Shan,
I guess I don't understand. How can it be using a pre-formatted style when the xcart has css? Can you help me? Which template needs tweaking? Is it customer details template? |
in customer/main/checkout.tpl find ...
Code:
<pre> and replace with Code:
<font> |
Removing PRE removed the
between all the lines in the customer details too. Do I remove the <pre></pre> and then in customer details add between all the lines of date? Or where can I control the <pre> input? |
it would be better if you made a new customer_details.tpl and gave it some better formatting and include that in checkout.tpl instead.
customer_details.tpl is used in some of the email templates too i think so it may cause problems if you add tags to that file |
Ahhhh, gotcha. I can copy that customer details template, rename it and change up the formating to use the font and style that I prefer. Gotcha.
Thanks, Shan! |
all I did was apply a new stlye into the font tag inside the pre tags
from: <pre> <font> {include file="customer/main/customer_details.tpl"} </font> </pre> to: <pre> <font class=newstyle> {include file="customer/main/customer_details.tpl"} </font> </pre> and it worked easier then having to create a new page. |
All times are GMT -8. The time now is 01:43 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.