Hy to everyone!
I just discovered Zen Chart and found this wonderfull template.
I feel a little bit shy to ask this question , but I have been serching trough the posts and did not find answer.
How do I change the text that appeares in the heather? (To change any of the site colors, open up includes/templates/apple_zen/css/stylesheet.css. To overwrite your own logo, upload your logo.gif to includes/templates/apple_zen/images/)
If someone is so kind to give me a hint I will apreciate it very much!
Live long and prosper!
![]()
Thanks for the hints!!!!
I did it... And it worked!!
The search tool is really powerfull and usefull.
I'll go on customizing!
Hi,
First of all thanks for contributing such a wonderful piece of work.
I had the template working fine and about 98% set up like I wanted. One of the only issues left to deal with was to change the standard welcome message "Congratulations! ....etc." on the main page. I saved a copy of the original file catalog/includes/languages/english/index.php and changed the required lines. After uploading the changed file, I went to the main page to check whether the changes had been made but all I got was a blank page. I tried uploading the changed file several times with the same result. I than reloaded the original index.php file (standard 1.38a issue) and still got a blank page - now I'm blank and I need help.
Ihave also tried looking at the page with different browsers - now being in a state of desperation - just in case. I tried IE, Firefox and Avant.
I have temporarily put up my original 1.37 cart until I can get the problem sorted. To see (or not) what I'm talking about go to http://www.oilfiltration.com.my/regen.
Can anyone please help? THANKS IN ADVANCE
http://www.ecprofessionalvideo.com/store/
Hello! Thanks for the great template!
The Situation:
I have a CSS problem, i usually can fix things pretty quickly, but I can't today! The drop down menu looks perfect in Firefox / Safari.
In IE, the pull down menus are shifted right by 1em. I know I've down something in the beginning but I can't remember what. I'm probably going to have to do some IE specific coding. I know its a silly mistake but I can't find it anywhere!
body {
behavior: url(includes/csshover.htc);
}
div#dropMenu {
width:82em;
margin:0 auto;
text-align:center;
z-index:1000;
position:relative;
}
div#dropMenu ul {
margin:0;
padding:0;
}
div#dropMenu li {
position:relative;
list-style:none;
margin:0;
float:left;
line-height:1em;
width:14.2%;
}
div#dropMenu ul.level1 {
width:82em;
margin:0 auto;
text-align:center;
background:#4f4f4f;
font-size:90%;
z-index:1000;
float:left;
}
div#dropMenu li:hover {}
/*div#dropMenu li.submenu {background: url(../images/dropmenu.gif) 95% 50% no-repeat;} */
div#dropMenu li.submenu:hover {}
div#dropMenu li a {display: block; padding: .6em 0;text-decoration: none; text-transform:uppercase; color:#ffffff; border-right:1px solid #ffffff;}
div#dropMenu li a.noLine {border:none;}
div#dropMenu>ul a {width: auto;z-index:1000;}
div#dropMenu ul ul {position: absolute; width: 18em;display: none;}
div#dropMenu ul ul li {border-bottom: 1px solid #CCC; width:18em;z-index:1000; }
div#dropMenu li.submenu li.submenu {background: url(../images/submenu.jpg) 95% 50% no-repeat;}
div#dropMenu ul.level1 li.submenu:hover ul.level2,
div#dropMenu ul.level2 li.submenu:hover ul.level3,
div#dropMenu ul.level3 li.submenu:hover ul.level4,
div#dropMenu ul.level4 li.submenu:hover ul.level5,
div#dropMenu ul.level5 li.submenu:hover ul.level6,
div#dropMenu ul.level6 li.submenu:hover ul.level7,
div#dropMenu ul.level7 li.submenu:hover ul.level8 {display:block;z-index:1000;}
div#dropMenu ul.level2 {background: #000000;z-index:1000;position:absolute; }
div#dropMenu ul.level3,
div#dropMenu ul.level4,
div#dropMenu ul.level5,
div#dropMenu ul.level6,
div#dropMenu ul.level7,
div#dropMenu ul.level8{top: 0; left: 18em; background: #000000;}
div#dropMenu ul.level2 a {padding:1em;color: #FFFFFF; font-weight:bold; text-transform:none; background-color:} /* this is text color on drop-down submenu */
div#dropMenu ul.level2 a:hover {color:#4f4f4f; background-color: #3366CC;}
.company { background-color: #000000;}