Re: Cherry Zen Template Support Thread
How do I put a tileable background image in this template?
Thanks,
Jeffrey
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
judah
How do I put a tileable background image in this template?
Thanks,
Jeffrey
background:url("../images/your_image.jpg");
or
background:url("../images/your_image.jpg") repeat;
if it needs to repeat itself.
Put the image into the includes/templates/YOUR_TEMPLATE/images folder.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
supliang
Thank you!!
Could me tell me more details on 'make sure your compare the files that the template comes with in a program like WinMerge"?
What did you mean?
You can download it from here WinMerge then if the template uses any zen cat file compare them in winmerge and merge the difference.
Re: Cherry Zen Template Support Thread
Thank you.
I am assuming that
HTML Code:
background:url("../images/your_image.jpg") repeat;
goes in the stylesheet.css?
Re: Cherry Zen Template Support Thread
yes, you assume correctly, in the body section.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
judah
Thank you.
I am assuming that
HTML Code:
background:url("../images/your_image.jpg") repeat;
goes in the stylesheet.css?
Thats correct
Re: Cherry Zen Template Support Thread
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.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
philip937
you absolute star! ive been starring for hours at that code trying to work out why! THANKYOU!
Quote:
Originally Posted by
FreeArticlePublishin
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.
Its not the upsell.php I did some investagating I don't have that mod installed
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
FreeArticlePublishin
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.
Your all blue background is because of this line in your stylesheet.css around line 233
Code:
body {
background:none repeat scroll 0 0 #84A4C1
}
Your saying no picture just the blue color. Either change that for some picture or add other backgrounds where you want them.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
JTheed
Your all blue background is because of this line in your stylesheet.css around line 233
Code:
body {
background:none repeat scroll 0 0 #84A4C1
}
Your saying no picture just the blue color. Either change that for some picture or add other backgrounds where you want them.
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;
}