Zen Cart Logo

confused

Locked

Views: 1,957

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
23 May 2008, 10:43 PM
#1
accyjohn avatar

accyjohn

New Zenner

Join Date:
Mar 2007
Posts:
21
Plugin Contributions:
0

confused

Hi
Sorry to ask a stupid question..

I have installeda template, everything is working ok but I thought I would change background color.
When I make the change to the stylesheet file, I dont see the change BUT if I change its name to stylesheet1.css, then it works.
Can someone explain

Thanks

24 May 2008, 12:20 AM
#2
bigbadboy avatar

bigbadboy

Totally Zenned

Join Date:
Apr 2008
Location:
London
Posts:
557
Plugin Contributions:
0

Re: confused

Not without knowing what the template is. Did you buy the template?
if so, it could be for a thousand different reasons.

24 May 2008, 1:01 AM
#3
kobra avatar

kobra

Black Belt

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

Re: confused

A Link to where this can be seen

24 May 2008, 9:11 AM
#4
accyjohn avatar

accyjohn

New Zenner

Join Date:
Mar 2007
Posts:
21
Plugin Contributions:
0

Re: confused

Thanks for the replies.
The site is still only on my local PC so I cant give a link (should be hosted next week)
The template is the Cherry Zen Template, I suppose I should ask the question in that support forum too.
Thanks
John

24 May 2008, 6:54 PM
#5
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: confused

Even Cherry should not be using extra stylesheets.

That being said, if the stylesheet1 is making a difference AND there are no other stylesheets, you may have placed your changes in the wrong sequence in the stylesheet.

Stylesheets load in alphabetical order and the calls in a stylesheet load first to last.

If we told the body text to be white at the beginning of a stylesheet and changed it to black at the end, black would prevail. If we later changed the white to red, black would still show.

Make sure you're using a single stylesheet and that you are not duplicating calls in the stylesheet.

I use Firefox with the Firebug add-on. It will tell you everywhere the call is in ALL stylesheets.