Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / I'm stumped!! - fonts and background colors

I'm stumped!! - fonts and background colors

Locked

Views: 1,204

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
5 Jul 2007, 4:01 AM
#1
capeinfo avatar

capeinfo

New Zenner

Join Date:
Jun 2007
Posts:
9
Plugin Contributions:
0

I'm stumped!! - fonts and background colors

I have a site I'm populating with content and trying to fine-tune - www.capeinfo.co.za/shop1/ .

I'm struggling most with the CSS. I have changed the font to Tahoma, but it's only changed it in some places. But when I change the line-spacing, that does change.

When you load the site on a slow connection, a blue background comes up first which I think was the blue in the default CSS. Is there a conflict somewhere?

I am battling with the sideboxes. I can't get the green line at the bottom to disappear, and I want to remove all vertical white space between the side boxes.

5 Jul 2007, 5:22 AM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: I'm stumped!! - fonts and background colors

Try searching your stylesheet for the properties you want to change, so you can see all instances of "font", "background-color" or "background", etc. THen you can change any that are problems. Change one at a time and verify what effect it has - there may be some you don't want to change.

The green lines at the bottom of sideboxes are border-bottom, and spaces are margin-top.

You should get the Firefox Web Developer extension so you can see for yourself what class or id to edit in the stylesheet for a particular element.

5 Jul 2007, 8:56 AM
#3
capeinfo avatar

capeinfo

New Zenner

Join Date:
Jun 2007
Posts:
9
Plugin Contributions:
0

Re: I'm stumped!! - fonts and background colors

Thank you so much! When I loaded the Firefox Web Developer extension I was able to see that another, uncessary, CSS was being called up too and that was causing a conflict. Everything is looking very much better and I can move on.