-
AuthorPosts
-
February 6, 2009 at 1:23 am #137839
That is, It is possible to configure an image background instead a color code?, how can I do that.
Thanks in advance
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
February 6, 2009 at 6:42 am #289836Dear jdponce !
You can do it following way below :
Open template.css file in templates/ja_quillaja/css folder, find following code section at about line 24 :
body#bd {
background:#FCF3EE none repeat scroll 0 0;
color:#333333;
text-align:center;
}
change to :
body#bd {
background:url(../images/[background image name]);
color:#333333;
text-align:center;
}
February 8, 2009 at 12:14 am #290056Okay, that set the background image and I added:
background-attachment: fixed;
But in home page is great, and when I go to another section, I got the same background in main text area, I dont want this, I want the background only in left and right side of template.:confused:
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
February 8, 2009 at 12:48 am #290057Find the ja-wrapper line in your css and assign a background colour to it. As the wrapper ‘appears’ in front of the body tag – it’s background will be on top of it.
February 8, 2009 at 8:59 pm #290147Nope, first I set the image background, and is ok, but when I add a color in ja-wrapper background, the background image dissapear, the same as I was at the beginning. :confused:
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
February 8, 2009 at 9:28 pm #290157Sorry, my mistake.
<blockquote>when I go to another section, I got the same background in main text area</blockquote>
Do you have a live URL or a screenshot of this?
February 8, 2009 at 9:40 pm #290160Okay, my site is still offline but this is the attachment is an example, if you see at left, the background must be white, but the image background repeats in all the visible area, I did what you told me -in ja-wraper- but all the visible area was white color. :confused:
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
February 8, 2009 at 9:52 pm #290162ahh… is that virtemart? you will need to edit the css for that component. Would be very easy for me to tell you with a live site but very hard this way I’m afraid.
February 8, 2009 at 11:48 pm #290174Nope, not is the css of virtuemart, If I go to “Contact us”, or a news article is the same effect, the problem is in template, but thanks for your help 🙂
February 9, 2009 at 1:03 am #290182I got it! if we want a background image, but the color background text area white, the image like this:
body#bd {
background-image: url(../images/yourimage.gif);
background-repeat: fixed;
color: #333333;
text-align: center;
}
and for white background in col1 text area:
#ja-content {
float: left;
width: 60%;
background-color: #FFFFFF;
overflow:hidden;
}
I added a background-color line and voila!I hope this be useful to somebody.
February 9, 2009 at 1:19 am #290183Heeeey but I got a problem!, in some sections I got a variable size background space, how can I fill this space with white color?, please see the image.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
February 13, 2009 at 7:34 am #291045Dear jdponce !
Please kindly send live URL of your site, i want to have a closer look on the problem.
February 13, 2009 at 2:28 pm #291117Thanks hainn84 but I fixed it, I changed all colors with search and replace in css file, I replaced the original template.css and the headers are fine, I must change the colors one by one… is better 🙂
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 3 voices, and was last updated by jdponce 15 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum