Zen Cart Logo
Forums / General Questions / header issue

header issue

Views: 517

Results 1 to 3 of 3
11 Sep 2012, 7:47 AM
#1
scottkawa avatar

scottkawa

New Zenner

Join Date:
Sep 2012
Posts:
17
Plugin Contributions:
0

header issue

I am new to zen cart and just uploaded my new store, but have a issue with my custom look. The header has the CCB custom baits words across it, its the name of my store but it goes across and through my custom header. I have inspected the code and see the language that contains the words but do not know where the PHP file is that contains it. Can anyone help, to view my problem, this is my site centralcoastbass.com/zencart. Thanks in advance.

11 Sep 2012, 9:05 AM
#2
keneso avatar

keneso

Totally Zenned

Join Date:
May 2009
Posts:
1,273
Plugin Contributions:
3

Re: header issue

You can just change your stylesheet.css lines 775 and 784.
See the red values

.headerTitle h1 {
color: #923639;
font-family: Edwardian Script ITC,Monotype Corsiva,Script MT Bold,Freestyle Script,script,cursive,serif;
font-size: 48px;
left: 28px;
position: relative;
top: -60px;
}

.headerTitle h1.shadow {
color: #CD9E69;
font-family: Edwardian Script ITC,Monotype Corsiva,Script MT Bold,Freestyle Script,script,cursive,serif;
font-size: 48px;
left: 35px;
position: relative;
top: 15px;
}

I would put the text on the blue stripe under the image by using top:150px and top:210px respectively, or close to these values to fine tune it.

11 Sep 2012, 9:22 PM
#3
scottkawa avatar

scottkawa

New Zenner

Join Date:
Sep 2012
Posts:
17
Plugin Contributions:
0

Re: header issue

Thanks, it took me a bit to locate the stylesheet.ccs but I found it and put the text where you suggested. That also took some time, I think you were close on your setting, had to move the shadow over a little.