Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Help! Stylesheet changes aren't appearing

Help! Stylesheet changes aren't appearing

Locked

Views: 1,589

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
18 Oct 2006, 4:08 PM
#1
ohbrooke avatar

ohbrooke

New Zenner

Join Date:
Oct 2006
Posts:
7
Plugin Contributions:
0

Help! Stylesheet changes aren't appearing

I have made edits to my styesheet and they aren't appearing once I upload them.

I am editing from public_html/shop/includes/templates/classic/css/stylesheet.css. Is this the wrong stylesheet?

18 Oct 2006, 4:16 PM
#2
lala_g_clef_jewelry avatar

lala_g_clef_jewelry

Zen Follower

Join Date:
Apr 2006
Location:
Kansas
Posts:
233
Plugin Contributions:
0

Re: Help! Stylesheet changes aren't appearing

is your shop set to use the classic template?

if not you need to upload the changed stylesheet to the correct template.

18 Oct 2006, 4:18 PM
#3
lala_g_clef_jewelry avatar

lala_g_clef_jewelry

Zen Follower

Join Date:
Apr 2006
Location:
Kansas
Posts:
233
Plugin Contributions:
0

Re: Help! Stylesheet changes aren't appearing

also because i know it will be said, lol
you might consider using an over rides folder for all that stuff so you dont overwrite you stuff when you upgrade.
the how to is in the wiki

18 Oct 2006, 4:23 PM
#4
ohbrooke avatar

ohbrooke

New Zenner

Join Date:
Oct 2006
Posts:
7
Plugin Contributions:
0

Re: Help! Stylesheet changes aren't appearing

Well, my only option is classic, or template_default. I updated both (and backed them up) and neither one works.

I don't have a CUSTOM folder like I see in some of the tutorials. Is that what I need?

18 Oct 2006, 4:51 PM
#5
lala_g_clef_jewelry avatar

lala_g_clef_jewelry

Zen Follower

Join Date:
Apr 2006
Location:
Kansas
Posts:
233
Plugin Contributions:
0

Re: Help! Stylesheet changes aren't appearing

do you have a link to the site?

yes the custom or overrides folder is EXTREAMLY useful.

in admin what template does it say your using?

18 Oct 2006, 5:14 PM
#6
ohbrooke avatar

ohbrooke

New Zenner

Join Date:
Oct 2006
Posts:
7
Plugin Contributions:
0

Re: Help! Stylesheet changes aren't appearing

It says 'Classic Green' template. You can see what I'm working on at https://www.ladidahandbags.com/shop. I'm trying to change the background color to an image, the body bgcolor, and center the logo...

18 Oct 2006, 6:45 PM
#7
lala_g_clef_jewelry avatar

lala_g_clef_jewelry

Zen Follower

Join Date:
Apr 2006
Location:
Kansas
Posts:
233
Plugin Contributions:
0

Re: Help! Stylesheet changes aren't appearing

For centering in your style sheet change:

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
}

to

#logo {

text-align: center;

}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {

float: left

}

as for the background color to an image make sure your calling it right. i only see colors listed there.

also if you use firefox (and if you dont i would) you can d/l the developers tools and that will also help you be able to see where in the css you are trying to change. HTH

18 Oct 2006, 7:00 PM
#8
ohbrooke avatar

ohbrooke

New Zenner

Join Date:
Oct 2006
Posts:
7
Plugin Contributions:
0

Re: Help! Stylesheet changes aren't appearing

Well, I changed to just colors, but my stylesheet isn't even reading that. I went through the tutorial and created my own template, and changing that stylesheet isn't working after reset the template in the admin. I must have the wrong stylesheet (although I have tested them all....) or my template isn't pointing to the correct stylesheet....

ug.

18 Oct 2006, 7:15 PM
#9
lala_g_clef_jewelry avatar

lala_g_clef_jewelry

Zen Follower

Join Date:
Apr 2006
Location:
Kansas
Posts:
233
Plugin Contributions:
0

Re: Help! Stylesheet changes aren't appearing

you have three stylesheets its looking at.

try deleting(or putting .old after the .css so they arent looked at) all but the one that is stylesheet.css and see what happens.