Thank you for your fast answer.
In the meantime I have discovered how to solve it!
You have to make two stylesheets:
One named:
stylesheet.css
and the other one
language_stylesheet.css (with the link to the image for that language)
Thank you for your fast answer.
In the meantime I have discovered how to solve it!
You have to make two stylesheets:
One named:
stylesheet.css
and the other one
language_stylesheet.css (with the link to the image for that language)
Hi. I'm working on my first store front ever.. i'm using simple zen at moldinart.com. can you help me to change the color of the navigation header? I would love for it to be white. if you could explain how i could change this, i would greatly appreciate it.
thanks!
Open up includes/templates/simple_zen/css/stylesheet.css. The code that controls that section is: #navMainWrapper. You can change this:
background: url(../images/gradient.gif) repeat-x;
to this:
background: #ffffff;
You'll also want to change the font color there to something else, it is currently set to white also:
color: #fff;
thanks! it worked.
I also changed font color. I tried different things like 922, ggg, and others, but nothing happened. the 'home' and 'login' buttons are invisible. could i make them dark grey?
oh, i love your simplezen template by the way. thanks for your help.
Arthur, you should take a look at the link below my text. It will give you a brief explanation of what the numbers mean and how they translate to colors on the internet. If you do a Google search for "Hexadecimal web colors" you will find countless other resources on this.
http://www.w3schools.com/Html/html_colors.asp
hey, can anyone help me on this? I tried to intregrate aweber into my site but the instruction says
1. Change "template_default" to your template name.
2. Upload "includes" folder to shop ROOT Folder.
3. Login Admin > Tools > Install SQL Patchs (aweber_install.sql to "install it")
4. And then go to Admin > Configuration > AWeber Configuration to configure it.
5. Done
it says upload includes folder to shop root folder. If im going to do that, the includes folder in my shop root will be overwrited by the new includes directory of aweber.. it also says in the instruction that ther are no files to overwrite.. im confused... help.....
tnx.. looking forward to your response.. God Bless![]()
thanks. i checked it out. i put in 999999 for dark grey, but nothing. the two links in the navigation bar only appear when the cursor is directly over them. any way to make them visiable all the time?
this is where i changed it...is this the right place?
#navMainWrapper {
background: #ffffff;
font-weight: bold;
color: #999999;
width: 100%;
font-size:1em;
border-bottom:1px solid #333;
height:34px;
}
tx.
that worked. thanks.![]()