Zen Cart Logo

Newbie Question

Locked

Views: 432

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
13 Oct 2010, 18:17
#1
esebm avatar

esebm

Zen Follower

Join Date:
Oct 2010
Posts:
116
Plugin Contributions:
0

Newbie Question

Hi,

I'm new to ZC and I have what may be a silly question: Is it possible to mess around with the CSS and various files (e.g. footer.php and see the results offline or do I have to upload every single "trial and error" attempt and upload it in order to see the changes?

Thanks,

Ed

13 Oct 2010, 19:20
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Newbie Question

Install the Firefox browser and the Web Developer plugin for Firefox. You can use those to see where in the stylesheet you change the styling of the various page elements.

Ctrl-Shift-Y will allow you to hover over a section of the page and see the class and id names for that section in the box at the top.

The statements in the stylesheet that begin with # are id's and the ones that begin with dots are classes.

Ctrl-Shift-E will open the CSS editor and allow you to edit the stylesheet and see the changes in real time without changing anything permanently. An essential tool.

Some prefer Firebug, which does much the same thing.

13 Oct 2010, 19:33
#3
esebm avatar

esebm

Zen Follower

Join Date:
Oct 2010
Posts:
116
Plugin Contributions:
0

Re: Newbie Question

Steve,

Thanks a lot.

Ed