Page 1 of 1

changing font in shopping cart

PostPosted: Mon Sep 29, 2003 11:23 am
by Alwinch
HI, I am trying to make Arial my font of choice for the text the cart
generates. I can change the text with css for the choices of page name,
thank you field and so forth but i can't find a place to change it for the
actual text generated..IE product name, totals, column text (quanity, name
SKU...) and so forth. I've edited the 2 included CSS styles with the cart
and it still changes nothing. Is there a place to do this? Maybe a global
file or something? Thnaks

--
Al Winchell
Amazingwebs
www.amazingwebs.com

Re: changing font in shopping cart

PostPosted: Sun Oct 05, 2003 7:53 am
by Brandon Eley
Have you tried adding a <td> class? Those fields you are talking about
are in a table, so a body tag might not work well.

Alwinch wrote:
HI, I am trying to make Arial my font of choice for the text the cart
generates. I can change the text with css for the choices of page name,
thank you field and so forth but i can't find a place to change it for the
actual text generated..IE product name, totals, column text (quanity, name
SKU...) and so forth. I've edited the 2 included CSS styles with the cart
and it still changes nothing. Is there a place to do this? Maybe a global
file or something? Thnaks


--

---------------
Brandon Eley
2BigFeet.com
brandon@2bigfeet.com
www.2bigfeet.com

Re: changing font in shopping cart

PostPosted: Mon Oct 06, 2003 10:49 am
by loren_d_c
Yeah, try a css definition like this in the Text at the top of the
Shopping Cart screen in Commerce Setup -> Order System:

<style type="text/css">
<!--
body, p, h1, h2, h3, td, div, ol, ul, dl {
font-family: Arial, Verdana, Helvetica, sans-serif;
}
-->
</style>


-Loren



Brandon Eley wrote:
Have you tried adding a <td> class? Those fields you are talking about
are in a table, so a body tag might not work well.

Alwinch wrote:

HI, I am trying to make Arial my font of choice for the text the cart
generates. I can change the text with css for the choices of page name,
thank you field and so forth but i can't find a place to change it for
the
actual text generated..IE product name, totals, column text (quanity,
name
SKU...) and so forth. I've edited the 2 included CSS styles with the cart
and it still changes nothing. Is there a place to do this? Maybe a global
file or something? Thnaks