Zen Cart Logo

Newbie needs help!!

Locked

Views: 1,276

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
15 Mar 2009, 9:11 AM
#1
richiec avatar

richiec

New Zenner

Join Date:
Feb 2009
Posts:
19
Plugin Contributions:
0

Newbie needs help!!

Hey Guys, I need some help, all of my fonts, font colours and sizes are different accross my whole site:

http://82.102.87.87/~mobility/mobility/index.php?main_page=index&cPath=3_10

I need the same fonts, font colours, font sizes etc accross the entire site please can someone point me in the right direction as to which css files change the different aspects of the layout? As being a newbie I don't want to make permenant changes!! Thanks, Richard

15 Mar 2009, 9:17 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Newbie needs help!!

Looked at your site and you really do not want what you are asking as in some cases your text(if white on white) will disapear.

You need to narrow this down to specific areas and there are many that will assist if your request is specific and reasonable

15 Mar 2009, 1:22 PM
#3
richiec avatar

richiec

New Zenner

Join Date:
Feb 2009
Posts:
19
Plugin Contributions:
0

Re: Newbie needs help!!

Sorry, let me be more specific: On the homepage in the banner photo I need to change the font size and colour of the choose currency and shopping cart text. I would like change the Categories, Featured, Information, Manufacturers font. In the powerchairs section, the font, and size are fine but I would like to change the font colour of the price and model, I would like to adjust the css so that all listed products are uniformed accross the whole site, please take a look in the wheelchairs section. Many thanks, guys. Richard

15 Mar 2009, 1:40 PM
#4
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Newbie needs help!!

locate this code in stylesheet_tm.css (line 62)
this is for your currency font color

.row4 .col1 .coll1 {
color:#1B68BC; << change this.
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
padding-top:1px;
width:101px;
}

in same style sheet.
stylesheet_tm.css (line 66)
.row4 .col2 .indent {
padding:7px 0 11px 41px;
}
add color:yourcolorhere; to the rule
this is for your header shopping cart.

15 Mar 2009, 2:08 PM
#5
richiec avatar

richiec

New Zenner

Join Date:
Feb 2009
Posts:
19
Plugin Contributions:
0

Re: Newbie needs help!!

Many thanks Tony, very helpful. Richard

15 Mar 2009, 2:16 PM
#6
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Newbie needs help!!

one other problem ..

your left column set to 150px , you need to change it to 200px ..
all sideboxs in left hand side are set to 200px , this problem seems to overlapping centre elements with your left sidebox.

you can set the left side box width from with in admin .

configuration > layout setting ..

look for Column Width ( not the leftbox setting ) should be 15th option .. and set to 200 px and see if problem gets solved.

15 Mar 2009, 2:33 PM
#7
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Newbie needs help!!

while you are in layout setting . also change right column width to 200px as well, this should centre everything under your header . :blush:
how did i miss that :unsure:

15 Mar 2009, 3:27 PM
#8
richiec avatar

richiec

New Zenner

Join Date:
Feb 2009
Posts:
19
Plugin Contributions:
0

Re: Newbie needs help!!

Tony, many thanks for your advice, I have changed both the left and right column widths to 200px, maybe it is because I am a newbie, but I can't see that any changes have taken place!! Your help is very much appreciated.