where did you find that file at I did a search of my site with filezilla and could not locate it. please suply the path. My css has got messed up after doing an upgrade to 1.3.9d all the white is missing from the page the blue background showes thru.
Or if anyone has updated to the new 1.3.9d and has had this issue please advise how you fixed it.
http://shopping.freearticlepublishing.com so you can see what I mean.
cart_upsell.php is the file looking for post did not quote previous post up a few.
Last edited by FreeArticlePublishin; 20 Jun 2010 at 09:15 AM. Reason: didn't quote other post
Your all blue background is because of this line in your stylesheet.css around line 233
Your saying no picture just the blue color. Either change that for some picture or add other backgrounds where you want them.Code:body { background:none repeat scroll 0 0 #84A4C1 }
I'm using the default css with no changes to it I am temporarly changing background color to white so site looks better. here is all lines in css with body { tags
Line 33 /* other background color or image changes */
body {
background:#84A4C1; /* main site background color #84A4C1, blue default */
}
Line 76 body {
color:#000; /* main site font color*/
}
Line 128 html>body {
width: auto;
}
Line 233 body {
font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
font-size:73.5%;
margin-top:20px;
}
Last edited by FreeArticlePublishin; 20 Jun 2010 at 10:20 PM.
Last edited by FreeArticlePublishin; 20 Jun 2010 at 11:16 PM. Reason: Problem solved
Latest zen version 1.3.9d latest cherry version 1.7 if adding the side box live help throws the css off for site some how background color comes thru every where. Has anyone ran into this and if so how did you fix would like the live help back as soon as possible. Thank You.
Hey Quick question.
I am trying to figure out how the #navMain hover effect.
here is link to test site..
http://andrewpeek.info/bigfootcamo/
I do not want the tan lines to go away when hovered over, but can not find what the background is replaced with once it is hovered over...
I believe the tabright is just deleted and the header.gif image is the background?
I got this from the W3C CSS Validator
Here is the code from stylesheet.Code:138 * html #nw Value Error : width Parse Error expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth 1048? "1000px" : "80%"))
With the new upgrades to zen cart wonder if this is throwing everything off anyone know the correct fix for that line. Other then that css validates perfectly. I do have the back ground changed to white for now.Code:{ width:expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "1000px" : "80%")); /* this prevents the site from getting smaller than 1000px or wider than 1300px in IE */ }
Where in the .css would I change the font size for just my product listing under my left "Categories" column heading?
I've checked the .css but it isn't clear where I might do that. Some of my product categories are a little lengthy and they drop down to the next line along with the product count in that category.
I could change my column width (which I've done previously already and wouldn't want it any wider than it already is) or shorten my product category titles but would rather retain them.
My thought is a slightly smaller font may adjust each product title and keep each on their own product category line. Not all of my product category listings do this and it isn't readily apparent without going through all the product categories.
Here's a screenshot of what's happening:
I'm sure it's an easy fix I've obviously overlooked in the .css.
Thanks for any help with this...
http://www.earnest-enterprises.com