I need to have the product name default to lower case, and its currently always in caps. Can anyone hint me in the general direction, I assume its a code thing and not a CSS.
Site is - www.spottedhaggis.com/jemima
I need to have the product name default to lower case, and its currently always in caps. Can anyone hint me in the general direction, I assume its a code thing and not a CSS.
Site is - www.spottedhaggis.com/jemima
My only addon is Gallery addon and can be seen here breezy
This is a css change.
Look for this in your stylesheet :
* H1 TO H6 STYLES CSS */
/* These control the text format for your headings and titles */
H1 {
TEXT-TRANSFORM: uppercase; FONT-FAMILY: "Trebuchet MS", Arial, sans-serif; COLOR: #336699;
}
and remove the command for Text-Transform
Hope that helps!
When the world gets in my face I say Have A Nice Day.
* I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
Custom Templates and Zen Services CRS Designs, Inc.
Thanks thats fixed that one, I remved all entries of that type in the css, since the client hates caps.
I have one more left that I cant find? Home, Login/out and create accoutn at the top. Is this, and any other header nav badr stuff in the css?
My only addon is Gallery addon and can be seen here breezy