font issues at sc and beyond...

General ShopSite user discussion

font issues at sc and beyond...

Postby KO » Tue Nov 29, 2005 10:15 pm

Hi all,

We're having a tough time modifying our 'font-family' at checkout (sc) and
all pages that lead from there (gift cert, cr, etc.). No problem within our
pages and product pages.

We've modified things in two places. On the sc_cart template (we duplicated
shopsites version) created a css script between the head tags and then
called it through a class command just above various includes within the sc
file. That didn't work. We tried the direct font tags before and after the
include call ups within SC. That didn't work. We also accessed all the .css
files within the templates/includes directory:

sc_cart.css
cr.css

and also tried....

TableOfAddresses.css

nothing seems to work. We're stuck with our large font, some of it times
new roman, etc. We want to have consistent Arial, 10pt. throughout our
store.

The sample can be found at: www.vanitybar.com/index2.html

Any help is appreciated. I'm pulling out all my hair!

kris
KO
 

Re: font issues at sc and beyond...

Postby Rob » Tue Nov 29, 2005 11:13 pm

Kris,
From a quick look, your css section is missing defines for tables and
classes used by ShopSite. I would add a few sections such as:

table {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}
td.reg {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}
td.reg_link {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}

and any other class= settings you see in the source to force a font. Hope
this helps.

Rob

"KO" <ko@iseattle.com> wrote in message
news:dmj91e$5gl$1@eval.shopsite.com...
Hi all,

We're having a tough time modifying our 'font-family' at checkout (sc) and
all pages that lead from there (gift cert, cr, etc.). No problem within
our pages and product pages.

We've modified things in two places. On the sc_cart template (we
duplicated shopsites version) created a css script between the head tags
and then called it through a class command just above various includes
within the sc file. That didn't work. We tried the direct font tags
before and after the include call ups within SC. That didn't work. We
also accessed all the .css files within the templates/includes directory:

sc_cart.css
cr.css

and also tried....

TableOfAddresses.css

nothing seems to work. We're stuck with our large font, some of it times
new roman, etc. We want to have consistent Arial, 10pt. throughout our
store.

The sample can be found at: www.vanitybar.com/index2.html

Any help is appreciated. I'm pulling out all my hair!

kris
Rob
 


Return to User Forum

Who is online

Users browsing this forum: No registered users and 194 guests