Zen Cart Logo
Forums / General Questions / Where does this file live??

Where does this file live??

Locked

Views: 825

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
9 Jul 2008, 11:11 PM
#1
res avatar

res

New Zenner

Join Date:
Jun 2008
Posts:
37
Plugin Contributions:
0

Where does this file live??

Where does the file that contains the following code live??

/sideboxes/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
font-size: 1em;
color: #ffffff;
}

Thanks for your time.

JamesKB (res)

10 Jul 2008, 12:18 AM
#2
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: Where does this file live??

res, that file is your stylesheet. It's located in "includes/templates/Template_Default/css/stylesheet.css". If you've made a custom template, then substitute "Template_Default" for the name of your template.

Hope this helps.